This repository has been archived by the owner on Nov 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
56 lines (56 loc) · 1.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "readinglist-client",
"version": "0.0.1",
"description": "Client webapp for the readinglist API.",
"main": "index.js",
"scripts": {
"build": "gulp dist",
"lint": "jsxhint -c .jshintrc src/js",
"dev": "gulp",
"tdd": "gulp tdd",
"test": "npm run lint && gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/n1k0/readinglist-client"
},
"keywords": [
"readinglist"
],
"author": "Nicolas Perriault <[email protected]>",
"license": "Mozilla Public License 2.0",
"bugs": {
"url": "https://github.com/n1k0/readinglist-client/issues"
},
"homepage": "https://github.com/n1k0/readinglist-client",
"dependencies": {
"bootstrap": "^3.3.2",
"browserify": "^8.1.*",
"gulp": "^3.8.*",
"gulp-uglify": "^1.1.*",
"gulp-webserver": "^0.9.*",
"react": "0.12.2",
"react-bootstrap": "^0.13.*",
"reactify": "^1.0.*",
"vinyl-source-stream": "^1.0.*",
"watchify": "^2.2.*"
},
"devDependencies": {
"6to5ify": "latest",
"chai": "latest",
"jsxhint": "latest",
"karma": "^0.12.*",
"karma-6to5-preprocessor": "^1.0.*",
"karma-browserify": "^3.0.*",
"karma-chai": "^0.1.*",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-coveralls": "^0.1.5",
"karma-firefox-launcher": "^0.1.*",
"karma-mocha": "^0.1.*",
"karma-react-preprocessor": "0.0.*",
"mocha": "latest",
"react-tools": "0.12.2",
"sinon": "latest"
}
}