-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 907 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
{
"name": "static",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"ejs": "^2.2.4",
"gulp": "~3.8.11",
"gulp-apply-template": "0.0.2",
"gulp-cache": "~0.2.4",
"gulp-concat": "~2.4.3",
"gulp-connect": "^2.2.0",
"gulp-debug": "^2.0.0",
"gulp-filter": "^2.0.1",
"gulp-front-matter": "^1.2.1",
"gulp-ignore": "^1.2.1",
"gulp-imagemin": "~2.1.0",
"gulp-jshint": "^1.9.2",
"gulp-livereload": "^3.7.0",
"gulp-marked": "^1.0.0",
"gulp-rename": "~1.2.0",
"gulp-ruby-sass": "~1.0.0-alpha.3",
"gulp-scss-lint": "^0.1.6",
"gulp-uglify": "^0.3.2",
"jshint-stylish": "^1.0.0"
},
"jshintConfig": {
"lookup": false,
"asi": true,
"laxcomma": true
},
"dependencies": {}
}