-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (26 loc) · 913 Bytes
/
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
{
"name": "ng-Bootstrap-JS"
, "description": "Boilerplate for AngularJS and Bootstrap"
, "version": "0.1.2"
, "private": true
, "author": "Brian Frichette"
, "homepage": "https://github.com/brian-frichette/ng-Bootstrap"
, "contributors": [ "Brian Frichette <[email protected]> (https://github.com/brian-frichette)" ]
, "bugs": { "url": "https://github.com/brian-frichette/ng-Bootstrap/issues" }
, "dependencies": {}
, "devDependencies": {
"grunt": "0.4.x"
, "connect": "*"
, "grunt-karma": "~0.7"
, "grunt-contrib-less": "~0.8"
, "grunt-contrib-watch": "~0.5"
, "grunt-contrib-uglify": "~0.2"
, "grunt-contrib-concat": "~0.3"
, "grunt-contrib-jshint": "~0.7"
}
, "repository": {
"type": "git"
, "url":"git://github.com/brian-frichette/ng-Bootstrap.git"
}
, "licenses": [{"type": "MIT", "url": "http://opensource.org/licenses/MIT"}]
}