forked from christopherthielen/ui-router-extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 841 Bytes
/
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
{
"author": "Christopher Thielen",
"name": "ui-router-extras",
"version": "0.0.10",
"description": "UI-Router Extras: Sticky states, Future States, Deep State Redirect, Transition promise",
"homepage": "http://christopherthielen.github.io/ui-router-extras/",
"dependencies": {},
"devDependencies": {
"express": "~3.4.4",
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.5",
"grunt-contrib-jshint": "~0.7.0",
"grunt-karma": "^0.8.3",
"grunt-conventional-changelog": "~1.1",
"karma-chrome-launcher": "latest",
"karma-phantomjs-launcher": "latest",
"karma": "latest",
"karma-jasmine": "0.2.0",
"lodash": "latest"
},
"main": "release/ct-ui-router-extras",
"files": [ "release" ],
"repository": "",
"engines": {
"node": "0.10.10"
}
}