-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
46 lines (46 loc) · 1.14 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
{
"name": "cs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --harmony app.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-3": "^6.11.0",
"css-loader": "^0.24.0",
"extract-text-webpack-plugin": "^1.0.1",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1",
"nodemon": "^1.10.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.2"
},
"dependencies": {
"babel-polyfill": "^6.13.0",
"colors": "^1.1.2",
"grant-koa": "^3.6.3",
"koa": "^1.2.1",
"koa-bodyparser": "^2.2.0",
"koa-mount": "^1.3.0",
"koa-router": "^5.4.0",
"koa-session": "^3.3.1",
"koa-static": "^2.0.0",
"koa-static-cache": "^3.1.7",
"lodash": "^4.15.0",
"marked": "^0.3.6",
"moment": "^2.14.1",
"purest": "^3.0.0",
"request": "^2.74.0",
"xtemplate": "^4.6.0",
"xtpl": "^3.2.0"
}
}