-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 790 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 790 Bytes
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
{
"name": "flask_react_template",
"version": "1.0.0",
"description": "A template for projects using flask and react",
"directories": {},
"dependencies": {},
"devDependencies": {
"bluebird": "^2.2.2",
"browserify": "^5.9.1",
"es6ify": "^1.2.0",
"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.1",
"react": "^0.11.1",
"reactify": "^0.14.0",
"streamify": "^0.2.4",
"vinyl-source-stream": "^0.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}