-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
56 lines (56 loc) · 1.52 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
56
{
"name": "eeh-navigation",
"version": "4.9.0",
"description": "An AngularJS menu module.",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/ethanhann/eeh-navigation.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ethanhann/eeh-navigation/issues"
},
"homepage": "https://github.com/ethanhann/eeh-navigation",
"dependencies": {
"angular": ">=1.3",
"@uirouter/angularjs": "~0.2.13",
"angular-ui-bootstrap": "~1.3.3",
"angular-translate": "~2.7.0",
"bootstrap": ">=3.0"
},
"devDependencies": {
"angular-mocks": "~>=1.3",
"bootstrap-sass": "~3.3.4",
"canonical-path": "0.0.2",
"dgeni": "^0.4.2",
"dgeni-packages": "^0.28.1",
"grunt": "^1.0.3",
"grunt-angular-templates": "^1.1.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-dgeni": "0.0.3",
"grunt-exec": "^2.0.0",
"grunt-karma": "^3.0.2",
"grunt-newer": "~1.2.0",
"grunt-ng-annotate": "^3.0.0",
"grunt-version-check": "^0.3.6",
"jasmine-core": "^2.5.2",
"jshint-stylish": "~2.2.1",
"karma": "^4.3.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "~1.1.0",
"karma-phantomjs-launcher": "~1.0.2",
"load-grunt-tasks": "^3.5.2",
"time-grunt": "~1.4.0",
"uglify-js": "^2.7.4"
}
}