-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.32 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
47
48
49
50
51
{
"name": "Jade-project",
"version": "1.0.0",
"description": "Grunt task project 2",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "grunt && nodemon app.js",
"blog": "grunt prompt"
},
"keywords": [
"demo"
],
"author": "Mimi Lau",
"license": "ISC",
"repository": {
"type": "git",
"url": "[email protected]:MimiLau/Basic-html-project-in-Jade.git"
},
"devDependencies": {
"eslint": "^2.7.0",
"express": "^4.13.4",
"fs": "0.0.2",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jade": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^18.0.0",
"grunt-jade-tasks": "0.0.0",
"grunt-mkdir": "^1.0.0",
"grunt-postcss": "^0.8.0",
"grunt-prompt": "^1.3.3",
"grunt-shell": "^1.2.1",
"jade": "^1.11.0",
"jstransformer-marked": "^1.0.1",
"load-grunt-config": "^0.19.1",
"lodash": "^4.11.0",
"markdown": "^0.5.0",
"markdown-js": "0.0.3",
"marked": "^0.3.5",
"postcss-scss": "^0.1.7",
"string": "^3.3.1",
"stylelint": "^5.4.0",
"stylelint-config-standard": "^5.0.0",
"supermarked": "^2.0.0",
"time-grunt": "^1.3.0"
}
}