-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.24 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
{
"name": "digitalwand",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"devDependencies": {
"bemto.jade": "^1.0.0",
"browser-sync": "^2.11.1",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-browserify": "^0.5.1",
"gulp-cached": "^1.1.0",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-copy": "0.0.2",
"gulp-css-globbing": "^0.1.8",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-jade": "^1.1.0",
"gulp-minify-css": "^1.2.1",
"gulp-modernizr": "0.0.0",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-run-sequence": "^0.3.2",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-useref": "^3.0.5",
"gulp-watch": "^4.3.5",
"gulp.spritesmith": "^6.2.0",
"lazypipe": "^1.0.1",
"merge-stream": "^1.0.0",
"multipipe": "^0.3.0",
"wiredep": "^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@gitolite.digitalwant.ru:Ildar/shkolamam.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"modernizr": "^3.3.1"
}
}