forked from micromata/Baumeister
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.71 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
54
55
56
57
58
{
"name": "bootstrap-kickstart",
"title": "Bootstrap Kickstart",
"description": "This is a boilerplate for scaffolding Bootstrap themes.",
"homepage": "https://github.com/micromata/bootstrap-kickstart",
"author": {
"name": "Michael Kühnel",
"email": "[email protected]",
"url": "http://www.micromata.de"
},
"license": "MIT",
"version": "1.3.2",
"repository": {
"type": "git",
"url": "[email protected]:micromata/bootstrap-kickstart.git"
},
"bugs": {
"url": "https://github.com/micromata/bootstrap-kickstart/issues"
},
"private": true,
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.0",
"grunt-available-tasks": "^0.5.7",
"grunt-banner": "^0.3.1",
"grunt-bootlint": "^0.9.0",
"grunt-bower-concat": "^0.4.0",
"grunt-browser-sync": "^2.1.1",
"grunt-bump": "~0.3.0",
"grunt-changelog": "^0.3.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2",
"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",
"grunt-githooks": "^0.3.1",
"grunt-html": "^4.0.2",
"grunt-jsdoc": "^0.5.8",
"grunt-newer": "^1.1.0",
"grunt-notify": "^0.4.1",
"grunt-plato": "^1.2.1",
"grunt-processhtml": "^0.3.7",
"grunt-shell": "^1.1.2",
"grunt-uncss": "^0.4.2",
"jshint-stylish": "^1.0.1",
"load-grunt-tasks": "^3.1.0",
"time-grunt": "^1.1.1"
},
"scripts": {
"postinstall": "bower install & grunt githooks"
}
}