-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 871 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": "Template",
"version": "2.2.0",
"description": "Template",
"readme": "README.md",
"main": "gulpfile.js",
"author": [
{
"name": "Ilya Ashapatov",
"url": "http://ilyaashapatov.ru"
}
],
"repository": {
"type": "git",
"url": "https://bitbucket.org/ilyaashapatov/template"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"gulp": "*",
"gulp-autoprefixer": "^2.1.0",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.5.2",
"gulp-cssmin": "^0.1.6",
"gulp-if": "^1.2.5",
"gulp-notify": "^2.2.0",
"gulp-requi": "^1.0.7",
"gulp-stylus": "^2.0.1",
"gulp-swig": "^0.7.4",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^1.1.0",
"gulp-unretina": "^0.1.2",
"gulp-watch": "^4.2.0",
"gulp-zip": "^3.0.2",
"gulp.spritesmith": "^3.5.3"
},
"license": "ISC"
}