-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 824 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 824 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
{
"name": "workFlow",
"version": "0.0.0",
"description": "本地开发流程测试+github博客",
"main": "index.js",
"scripts": {
"test": "grunt compile"
},
"keywords": [
"blog",
"grunt"
],
"author": "coolriver",
"license": "ISC",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bower-concat": "^0.4.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-handlebars-layouts": "^0.1.7",
"grunt-contrib-sass": "^0.8.1",
"handlebars-helper-md": "^0.2.0",
"handlebars-helper-moment": "^0.2.0",
"highlight.js": "^8.3.0",
"load-grunt-tasks": "^1.0.0",
"marked": "^0.3.2"
}
}