forked from christopherthielen/ui-router-extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 971 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
29
30
31
32
33
34
35
36
{
"author": "Christopher Thielen",
"name": "ui-router-extras",
"version": "0.0.14",
"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",
"karma-chrome-launcher": "latest",
"karma-phantomjs-launcher": "latest",
"karma": "^0.12.31",
"karma-jasmine": "0.2.0",
"lodash": "latest",
"gulp": "latest",
"gulp-rename": "^1.2.0",
"gulp-concat": "^2.4.3",
"gulp-uglify": "^1.1.0",
"gulp-jshint": "^1.9.0",
"gulp-notify": "^2.1.0",
"gulp-wrap": "^0.10.1",
"gulp-karma": "0.0.4",
"del": "^1.1.1",
"q": "^1.1.2",
"run-sequence": "^1.0.2",
"conventional-changelog": "0.0.11"
},
"main": "release/ct-ui-router-extras",
"files": [
"release"
],
"repository": "",
"engines": {
"node": "0.10.10"
}
}