forked from rpocklin/ui-router-tabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.21 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
{
"name": "angular-ui-router-tabs",
"description": "Idiot-proof tab panes with route support using Angular.js + Bootstrap 3 + UI Router.",
"homepage":"http://github.com/rpocklin/ui-router-tabs",
"author":"Robert Pocklington <[email protected]>",
"main": "src/ui-router-tabs.js",
"repository": {
"type": "git",
"url": "http://github.com/rpocklin/ui-router-tabs.git"
},
"keywords": [
"angular", "tabs", "navigation", "ui-router", "bootstrap"
],
"version": "1.7.0",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-autoprefixer": "~0.7.3",
"jshint-stylish": "~0.1.3",
"grunt-contrib-jshint": "~0.7.1",
"load-grunt-tasks": "~0.6.0",
"time-grunt": "~0.2.1",
"grunt-karma": "~0.6.2",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.4",
"karma": "~0.10.9",
"karma-coverage": "~0.2.4",
"grunt-cli": "~0.1.13",
"grunt-jsbeautifier": "^0.2.10",
"karma-ng-html2js-preprocessor": "~0.1.0",
"phantomjs": "~1.9.7-15",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-connect": "~0.8.0",
"grunt-karma-coveralls": "~2.3.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt karma"
}
}