-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
56 lines (56 loc) · 1.6 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": "ui-navbar",
"version": "0.5.1",
"author": "Eugenio Lentini <[email protected]> (http://blackat.github.io)",
"description": "Angular responsive navigation with recursive menu and sub-menu construction",
"repository": {
"type": "git",
"url": "[email protected]:blackat/ui-navbar.git"
},
"dependencies": {
"angular": "1.5.8",
"angular-ui-bootstrap": "^2.2.0",
"angular-ui-router": "^0.3.1",
"bootstrap": "3.3.7"
},
"devDependencies": {
"angular-mocks": "1.5.8",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-cssmin": "*",
"grunt-contrib-jshint": "~0.11.1",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.11.0",
"grunt-html2js": "~0.3.2",
"grunt-karma": "^0.12.0",
"grunt-protractor-runner": "^2.0.0",
"grunt-protractor-webdriver": "^0.2.0",
"jasmine-core": "^2.3.4",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"load-grunt-tasks": "~3.3.0",
"protractor": "3.0.0",
"time-grunt": "~1.2.0"
},
"main": "./release/js/ui-navbar.js",
"keywords": [
"ui-boostrap",
"boostrap",
"ui-router",
"navbar",
"submenu",
"menu",
"navigation",
"angularjs",
"responsive"
],
"license": "MIT",
"scripts": {
"patch": "npm version patch && npm publish && git push --tags",
"update-webdriver": "node node_modules/grunt-protractor-runner/node_modules/protractor/bin/webdriver-manager update"
}
}