-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 947 Bytes
/
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
{
"name": "HAL",
"version": "0.0.1",
"description": "A TODO app with React and HAL",
"jest": {
"scriptPreprocessor": "preprocessor.js",
"collectCoverage": true,
"unmockedModulePathPatterns": [
"node_modules/react"
]
},
"scripts": {
"test": "jest"
},
"devDependencies": {
"browserify": "^10.2.1",
"coffee-script": "^1.9.2",
"gulp": "^3.8.11",
"gulp-coffee": "^2.3.1",
"gulp-nodemon": "^2.0.3",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"jest-cli": "^0.4.5",
"react-tools": "^0.13.3",
"reactify": "^1.1.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1"
},
"dependencies": {
"body-parser": "^1.12.4",
"debug": "^2.2.0",
"express": "^4.12.4",
"express-json": "^1.0.0",
"flux": "^2.0.3",
"halson": "^2.3.1",
"jquery": "^2.1.4",
"object-assign": "^2.0.0",
"react": "^0.13.3",
"underscore": "^1.8.3"
}
}