forked from objectrocket/canon-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
{
"name": "canon-bootstrap",
"version": "0.4.0",
"license": "MIT",
"homepage": "https://github.com/rackerlabs/canon-bootstrap",
"description": "Canon Bootstrap is a theme for Twitter Bootstrap based on Canon's visual design.",
"author": "Brad Gignac <bgignac@bradgignac.com>",
"keywords": [
"bootstrap",
"canon"
],
"repository": {
"type": "git",
"url": "https://github.com/rackerlabs/canon-bootstrap"
},
"bugs": {
"url": "https://github.com/rackerlabs/canon-bootstrap/issues"
},
"directories": {
"lib": "less",
"doc": "doc"
},
"scripts": {
"build": "gulp build",
"documentation": "gulp documentation",
"start": "gulp server"
},
"devDependencies": {
"async": "^0.9.0",
"del": "^0.1.3",
"gulp": "^3.8.9",
"gulp-concat": "^2.4.2",
"gulp-less": "^1.3.6",
"gulp-minify-css": "^0.3.11",
"gulp-sourcemaps": "^1.2.4",
"gulp-util": "^3.0.1",
"gulp-webserver": "^0.8.4",
"handlebars": "^2.0.0",
"metalsmith": "^1.0.1",
"metalsmith-markdown": "^0.2.1",
"metalsmith-templates": "^0.6.0",
"yargs": "^2.3.0"
},
"dependencies": {
"bootstrap": "3.3.2",
"font-awesome": "4.3.0"
}
}