-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "js-by-the-kilo",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install",
"openReport": "npm explore backstopjs -- npm run openReport",
"reference": "npm explore backstopjs -- npm run reference",
"visualTest": "npm explore backstopjs -- npm run test"
},
"authors": [
"Clara Jordan"
],
"license": "GPLv3",
"devDependencies": {
"backstopjs": "^2.0.6",
"breakpoint": "^0.1.6",
"browser-sync": "^2.9.6",
"generator-breakpoint": "^1.2.2",
"ghooks": "^1.3.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-build": "^0.5.3",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-file-include": "^0.13.7",
"gulp-gh-pages": "^0.5.4",
"gulp-jshint": "^2.0.1",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-wrap": "^0.11.0",
"jshint": "^2.9.3",
"jshint-stylish": "^2.2.1",
"markdown": "^0.5.0",
"node-sass": "^3.3.3"
},
"config": {}
}