forked from nette/sandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 890 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
{
"name": "hexicz-nette-sandbox",
"repository": {
"type": "git",
"url": "https://github.com/honzahovorka/nette-sandbox.git"
},
"devDependencies": {
"del": "~0.1.3",
"gulp": "~3.8.10",
"gulp-autoprefixer": "~1.0.1",
"gulp-csso": "~0.2.9",
"gulp-filter": "~1.0.2",
"gulp-imagemin": "~2.0.0",
"gulp-jshint": "~1.9.0",
"gulp-livereload": "~2.1.1",
"gulp-load-plugins": "~0.7.1",
"gulp-rename": "~1.2.0",
"gulp-replace": "~0.4.0",
"gulp-rev": "~1.1.0",
"gulp-rev-replace": "~0.3.0",
"gulp-sass": "~1.2.4",
"gulp-useref": "~1.0.2",
"gulp-util": "^3.0.1",
"jshint-stylish": "~1.0.0",
"node-bourbon": "~1.2.3",
"node-neat": "~1.4.2",
"run-sequence": "~0.3.6"
}
}