-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.03 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": "map",
"version": "0.1.0",
"description": "Map: Map app",
"author": "",
"license": "MIT",
"devDependencies": {
"async": "0.9.2",
"babelify": "^6.1.3",
"browserify": "^11.0.1",
"gulp": "^3.8.7",
"gulp-connect": "^2.2.0",
"gulp-sass": "^2.0.4",
"gulp-util": "^3.0.6",
"lodash": "3.3.0",
"reactify": "^1.1.1",
"require-dir": "^0.3.0",
"superagent": "^1.3.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.3.1"
},
"scripts": {
"dev": "gulp --type dev",
"start": "gulp",
"build": "gulp build"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testFileExtensions": [
"es6",
"js"
],
"moduleFileExtensions": [
"js",
"json",
"es6"
]
},
"dependencies": {
"babel-eslint": "^4.0.7",
"eslint": "^1.1.0",
"eslint-plugin-react": "^3.2.3",
"flux": "^2.0.3",
"object-assign": "^3.0.0",
"react": "^0.13.3",
"react-bootstrap": "^0.24.5"
}
}