-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1008 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1008 Bytes
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": "watching",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "BSD-2-Clause",
"devDependencies": {
"browser-sync": "^2.9.3",
"del": "^1.2.1",
"gulp": "~3.9.0",
"gulp-autoprefixer": "~3.0.1",
"gulp-data": "^1.2.0",
"gulp-if": "^1.2.5",
"gulp-jscs": "^2.0.0",
"gulp-jshint": "^1.11.2",
"gulp-karma": "0.0.4",
"gulp-notify": "~2.2.0",
"gulp-nunjucks-render": "^0.2.1",
"gulp-plumber": "~1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "~2.0.4",
"gulp-scss-lint": "^0.3.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.6",
"gulp-watch": "~4.3.5",
"gulp.spritesmith": "^4.0.0",
"jasmine-core": "^2.3.4",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.9",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.18",
"run-sequence": "^1.1.2"
}
}