-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
50 lines (50 loc) · 1.21 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
{
"name": "Murmur",
"description": "Our Murmur App Node dependencies",
"version": "1.0.0",
"dependencies": {
"body-parser": "^1.13.3",
"browserify": "^11.0.1",
"classnames": "^2.1.3",
"cookies": "^0.5.0",
"express-jwt": "^3.1.0",
"firebase-token-generator": "^2.0.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-react": "^3.0.1",
"gulp-server-livereload": "^1.5.2",
"gulp-util": "^3.0.6",
"jquery": "^2.1.4",
"jsonwebtoken": "^5.0.5",
"moment": "^2.10.6",
"node-notifier": "^4.2.3",
"react": "^0.13.3",
"react-router": "^0.13.3",
"react-sanfona": "0.0.2",
"react-style": "^0.5.5",
"reactify": "^1.1.1",
"uuid": "^2.0.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0",
"request": "~2.61.0"
},
"devDependencies": {
"chai": "3.2.0",
"express": "4.13.3",
"firebase": "2.2.9",
"gulp-connect": "^2.2.0",
"jest-cli": "^0.5.2",
"mocha": "2.3.0",
"mockfirebase": "^0.11.0",
"react-tools": "^0.13.3"
},
"scripts": {
"test": "jest"
},
"jest": {
"scriptPreprocessor": "<rootDir>/preprocessor.js",
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"
]
}
}