-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
52 lines (52 loc) · 1.53 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
{
"title": "Genesis Skeleton",
"name": "genesis-skeleton",
"subdomain": "genesis-skeleton",
"description": "Modern application skeleton - HTML5 Boilerplate + Angular + Express + Grunt + LiveReload + Bootstrap + Bower",
"version": "0.4.0",
"author": {
"name": "Eric Clemmons",
"email": "eric@smarterspam"
},
"homepage": "https://github.com/ericclemmons/genesis-skeleton",
"bugs": "https://github.com/ericclemmons/genesis-skeleton/issues",
"repository": {
"type": "git",
"url": "https://github.com/ericclemmons/genesis-skeleton.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/ericclemmons/genesis-skeleton/master/LICENSE"
}
],
"engines": {
"node": "0.8.x",
"npm": "1.2.x"
},
"scripts": {
"prestart": "./node_modules/.bin/grunt build optimize",
"start": "node server/server.js",
"postinstall": "./node_modules/.bin/bower --quiet install",
"test": "./node_modules/.bin/grunt test"
},
"dependencies": {
"bower": "~0.10.0",
"express": "~3.3.1",
"grunt-angular-templates": "~0.3.9",
"grunt-cli": "~0.1.9",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-less": "~0.5.2",
"grunt-contrib-mincss": "~0.4.0-rc7",
"grunt-contrib-uglify": "~0.1.2",
"grunt-contrib-watch": "~0.4.4",
"grunt-express-server": "~0.3.1",
"grunt-usemin": "~0.1.12"
},
"devDependencies": {
"grunt-karma": "~0.4.5"
}
}