-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.41 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
{
"name": "bebop",
"version": "0.1.8",
"title": "Bebop",
"description": "Bebop is a HTML5 and CSS3 boilerplate built on top of H5B with the aid of Compass, Grunt and Bower to kickstart and optimize the dev flow of simple websites and apps.",
"keywords": [
"html5",
"css3",
"h5b",
"compass",
"grunt",
"bower",
"boilerplate",
"semantic",
"accessibility"
],
"author": "Arthur Gouveia <[email protected]>",
"homepage": "https://github.com/arthurgouveia/bebop",
"main": "app.js",
"scripts": {
"start": "node app.js",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "git://github.com/arthurgouveia/bebop.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/arthurgouveia/bebop/master/LICENSE"
}
],
"dependencies": {
"bower": "^1.6.5",
"express": "^4.13.3"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-compass": "~0.8.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-imageoptim": "~1.4.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-imagemin": "~0.7.1",
"grunt-scss-lint": "~0.1.11",
"load-grunt-tasks": "~0.5.0",
"grunt-csscomb": "~3.0.0-1"
}
}