-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 975 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
38
39
{
"name": "cellar",
"description": "cellar中文意思酒窖,希望这里的每一篇博文都是一瓶美酒佳酿。采用node搭建,集框架与内容为一体的博客系统",
"scripts": {
"pm2": "pm2 start server --name my-cellar:9999"
},
"keywords": [
"cellar",
"longze",
"node",
"javascript"
],
"main": "server/lib/start-server.js",
"author": {
"name": "赵晓强",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/longze/my-cellar.git"
},
"dependencies": {
"babel-core": "^5.8.34",
"babel-loader": "^5.4.0",
"css-loader": "^0.23.0",
"ejs": "^2.5.5",
"file-loader": "^0.8.5",
"gulp": "^3.9.0",
"gulp-clean": "^0.3.1",
"gulp-rename": "^1.2.2",
"html-loader": "^0.4.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.9"
},
"license": "MIT"
}