-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.37 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": "react-people",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Davide Fiorello <[email protected]> (http://github.com/codeflyer/)",
"license": "ISC",
"devDependencies": {
"bluebird": "^2.9.13",
"browser-sync": "2.2.1",
"browserify": "^9.0.3",
"del": "^1.1.1",
"fluxxor-test-utils": "^0.1.1",
"gulp": "^3.8.11",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.2",
"gulp-jsxcs": "^0.1.8",
"gulp-karma": "0.0.4",
"gulp-run": "^1.6.6",
"jasmine-core": "^2.2.0",
"jscs": "^1.11.3",
"jsxcs": "^0.2.1",
"karma": "^0.12.31",
"karma-browserify": "^4.0.0",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-spec-reporter": "0.0.16",
"react-tools": "^0.13.0",
"reactify": "^1.0.0",
"rewireify": "0.0.13",
"vinyl-buffer": "^1.0.0",
"vinyl-source-buffer": "0.0.2",
"vinyl-source-stream": "^1.1.0"
},
"paths": {
"less": "assets/less/*.less",
"js": "./app/**/*.js",
"app": "./app/app.js",
"html": "*.html"
},
"dest": {
"style": "style.css",
"app": "app.js",
"dist": "build"
},
"dependencies": {
"fluxxor": "^1.5.2",
"immutable": "^3.6.4",
"react": "^0.12.2",
"react-router": "^0.12.4",
"rewire": "^2.3.1"
}
}