-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.43 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
51
52
53
{
"name": "5ss-build-tools",
"version": "1.0.0",
"description": "Example project for the 5 Simple Steps Fast Reads book Build Tools",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/gavd/5ss-build-tools.git"
},
"keywords": [
"grunt",
"gulp",
"build",
"tools",
"javascript",
"automation",
"styles"
],
"author": "Gavin Davies <[email protected]> (http://radify.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gavd/5ss-build-tools/issues"
},
"homepage": "https://github.com/gavd/5ss-build-tools#readme",
"dependencies": {
"grunt-contrib-connect": "^0.10.1",
"imagemin-jpegtran": "^4.3.0"
},
"devDependencies": {
"connect-history-api-fallback": "^1.1.0",
"del": "^1.2.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-imagemin": "^0.9.4",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-imagemin": "^2.3.0",
"gulp-jasmine": "^2.0.1",
"gulp-jshint": "^1.11.0",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.1.6",
"gulp-minify-html": "^1.0.4",
"gulp-uglify": "^1.2.0"
}
}