-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
38 lines (38 loc) · 1.15 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
{
"name": "angular-deferred-bootstrap",
"version": "0.1.9",
"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/bower/bin/bower install",
"test": "./node_modules/karma/bin/karma start karma.conf.js --single-run"
},
"author": {
"name": "Philipp Denzler"
},
"main": "angular-deferred-bootstrap.js",
"license": "MIT",
"devDependencies": {
"bower": "~1.3.8",
"karma": "~0.12.19",
"karma-firefox-launcher": "0.1.3",
"karma-phantomjs-launcher": "0.1.4",
"karma-jasmine": "0.1.5",
"karma-coverage": "~0.2.5",
"karma-coveralls": "~0.1.4",
"grunt-karma": "0.8.3",
"grunt": "~0.4.5",
"grunt-contrib-watch": "0.6.1",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-uglify": "0.5.1",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-clean": "0.6.0",
"load-grunt-tasks": "0.6.0",
"express": "~3.4.8",
"grunt-express": "~1.2.1"
}
}