-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 903 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
{
"name": "ottomen",
"version": "0.1.0",
"description": "",
"directories": {},
"devDependencies": {
"bluebird": "^2.2.2",
"browserify": "^5.9.1",
"es6ify": "^1.2.0",
"browser-sync": "^2.8.3",
"gulp": "^3.8.7",
"gulp-browserify": "^0.5.0",
"gulp-concat": "^2.3.4",
"gulp-less": "^1.3.3",
"gulp-minify-css": "^0.3.7",
"gulp-sourcemaps": "^1.1.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^0.3.1",
"immutable": "^2.0.3",
"jquery": "^2.1.4",
"react": "^0.13.3",
"reactify": "^1.1.1",
"streamify": "^0.2.4",
"vinyl-source-stream": "^0.1.1",
"flux": "^2.1.1",
"underscore": "^1.8.3",
"promise": "7.0.4",
"envify": "^3.4.0",
"require-globify": "1.3.0",
"react-bootstrap": "^0.25.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}