forked from ngbp/ngbp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.78 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
53
54
55
{
"author": "Josh David Miller",
"name": "ngbp",
"version": "0.3.2",
"homepage": "https://github.com/adilkaraoz/ngbp",
"licenses": {
"type": "MIT",
"url": "https://raw.github.com/adilkaraoz/ngbp/master/LICENSE"
},
"bugs": "https://github.com/adilkaraoz/ngbp/issues",
"repository": {
"type": "git",
"url": "[email protected]:adilkaraoz/ngbp.git"
},
"dependencies": {
"@ui_components/angular": "angular/bower-angular#~1.6.5",
"@ui_components/angular-bootstrap": "angular-ui/bootstrap-bower#~2.5.0",
"@ui_components/angular-mocks": "angular/bower-angular-mocks#~1.6.5",
"@ui_components/angular-ui-router": "angular-ui/angular-ui-router-bower#~0.3.1",
"@ui_components/bootstrap": "twbs/bootstrap#~3.3.7",
"@ui_components/jquery": "jquery/jquery-dist#1.9.1 - 3"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-bump": "0.6.0",
"grunt-coffeelint": "~0.0.16",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "~1.4.1",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-html2js": "^0.1.9",
"grunt-karma": "^2.0.0",
"grunt-ng-annotate": "^0.8.0",
"grunt-ng-constant": "^2.0.1",
"jasmine-core": "^2.6.4",
"karma": "^0.13.0",
"karma-coffee-preprocessor": "^1.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"load-grunt-tasks": "^0.6.0",
"phantomjs": "^2.1.7",
"time-grunt": "^1.4.0"
},
"engines": {
"yarn": ">= 1.0.0"
}
}