-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 817 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
{
"name": "bitsnbolts",
"version": "0.1.0",
"description": "Bits n Bolts website",
"main": "index.html",
"repository": {
"type": "git",
"url": "git://github.com/thijsvdanker/thijsvdanker.github.com.git"
},
"author": "thijs van den anker",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/thijsvdanker/thijsvdanker.github.com/issues"
},
"homepage": "https://github.com/thijsvdanker/thijsvdanker.github.com",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-uglify": "~0.2.2",
"grunt-s3": "~0.2.0-alpha.3",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.0",
"gulp-imagemin": "^2.4.0",
"imagemin-pngquant": "^4.2.0"
}
}