forked from IceEnd/Spruche
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.03 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
{
"name": "spruche",
"version": "0.1.0",
"scripts": {
"start": "node --harmony ./bin/www ",
"dev": "nodemon --harmony ./bin/www"
},
"repository": {
"type": "git",
"url": "https://github.com/IceEnd/Spruche.git"
},
"keywords": [
"blog",
"express"
],
"author": "CNO",
"license": "MIT",
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"crypto": "latest",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"express": "~4.13.1",
"express-pjax":"latest",
"formidable": "latest",
"morgan": "~1.6.1",
"multer": "~1.3.0",
"mysql": "latest",
"serve-favicon": "~2.3.0",
"ueditor": "latest",
"request": "^2.54.0"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-uglify": "~2.1.0",
"grunt-contrib-requirejs": "~1.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-css": "~0.5.4",
"grunt-strip": "~0.2.1"
}
}