-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 741 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 741 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
32
33
34
35
36
{
"name": "blank-project",
"version": "1.0.0",
"description": "Boilerplate project that can be grown into a bigger project.",
"keywords": [
"koa",
"es6",
"gulp",
"babel",
"react",
"browserify",
"iojs"
],
"main": "index.js",
"scripts": {},
"author": "",
"license": "MIT",
"dependencies": {
"babel": "^5.2.17",
"babelify": "^6.0.2",
"deep-freeze": "0.0.1",
"handlebars": "^3.0.0",
"koa": "^0.18.1",
"koa-static": "^1.4.9",
"lodash": "^3.5.0",
"minimatch": "^2.0.4",
"react": "^0.13.1"
},
"devDependencies": {
"browserify": "^9.0.8",
"gulp": "^3.8.11",
"gulp-less": "^3.0.2",
"vinyl-source-stream": "^1.1.0",
"watchify": "^2.4.0"
}
}