-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.33 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.33 KB
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
{
"name": "eeh-menu-bs4",
"version": "0.1.0",
"description": "Bootstrap 4 AngularJS menu directives.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethanhann/eeh-menu-bs4.git"
},
"author": "Ethan Hann <ethanhann@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ethanhann/eeh-menu-bs4/issues"
},
"homepage": "https://github.com/ethanhann/eeh-menu-bs4#readme",
"devDependencies": {
"bower": "^1.3.1",
"canonical-path": "0.0.2",
"dgeni": "^0.4.1",
"dgeni-packages": "^0.10.13",
"grunt": "^0.4.5",
"grunt-angular-templates": "^0.5.7",
"grunt-cli": "^0.1.13",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-dgeni": "0.0.3",
"grunt-exec": "^0.4.6",
"grunt-karma": "^0.10.1",
"grunt-newer": "~1.1.0",
"grunt-ng-annotate": "^1.0.1",
"grunt-version-check": "^0.2.1",
"jshint-stylish": "~2.0.0",
"karma-coverage": "^0.3.1",
"karma-jasmine": "~0.3.1",
"karma-phantomjs-launcher": "~0.1.4",
"load-grunt-tasks": "^3.2.0",
"time-grunt": "~1.2.1",
"uglify-js": "^2.4.15"
}
}