-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.15 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
{
"name": "flux-react-boilerplate",
"version": "1.0.0",
"description": "React flux architecture boilerplate",
"main": "gulp",
"scripts": {
"test": "jest"
},
"jest": {
"unmockedModulePathPatterns": [
"events",
"util"
]
},
"author": "Christian Alfoni",
"license": "ISC",
"devDependencies": {
"browserify": "^5.9.3",
"chai": "^1.9.1",
"es6-promise": "^1.0.0",
"flux": "^2.0.0",
"flux-react": "^1.3.2",
"gulp": "^3.8.7",
"gulp-concat": "^2.3.4",
"gulp-cssmin": "^0.1.6",
"gulp-if": "^1.2.4",
"gulp-livereload": "^2.1.0",
"gulp-notify": "^1.4.2",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"jest-cli": "^0.1.18",
"karma": "^0.12.21",
"karma-bro": "^0.6.2",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.7",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^1.21.4",
"react": "^0.11.1",
"react-tools": "^0.11.1",
"reactify": "^0.14.0",
"vinyl-source-stream": "^0.1.1",
"watchify": "^1.0.2"
},
"dependencies": {
"superagent": "^1.1.0"
}
}