forked from philippd/angular-deferred-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 958 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 958 Bytes
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
{
"name": "angular-deferred-bootstrap",
"version": "0.1.1",
"description": "Initialize AngularJS apps with constants loaded from the back-end",
"homepage": "https://github.com/philippd/angular-deferred-bootstrap",
"repository": {
"type": "git",
"url": "git://github.com/philippd/angular-deferred-bootstrap"
},
"scripts": {
"postinstall": "./node_modules/.bin/bower install",
"test": "./node_modules/karma/bin/karma start karma.conf.js --single-run"
},
"author": {
"name": "Philipp Denzler"
},
"license": "MIT",
"devDependencies": {
"bower": "~1.2.8",
"karma": "~0.10.9",
"grunt-karma": "~0.6.x",
"grunt": "~0.4.3",
"grunt-contrib-watch": "~0.5.2",
"grunt-contrib-concat": "~0.3.x",
"grunt-contrib-uglify": "~0.4.x",
"grunt-contrib-jshint": "~0.8.x",
"grunt-contrib-clean": "~0.5.0",
"load-grunt-tasks": "~0.4.0",
"grunt-express": "~0.3.3",
"express": "~3.2.4"
}
}