|
1 | 1 | { |
2 | | - "name": "angular-ui-router", |
3 | | - "description": "State-based routing for AngularJS", |
4 | | - "version": "1.0.0alpha0", |
5 | | - "homepage": "http://angular-ui.github.com/", |
| 2 | + "name": "ui-router", |
| 3 | + "description": "State-based routing for Javascript", |
| 4 | + "version": "1.0.0-alpha.1", |
| 5 | + "scripts": {}, |
| 6 | + "homepage": "http://angular-ui.github.com/ui-router", |
6 | 7 | "contributors": [ |
7 | 8 | { |
8 | 9 | "name": "Nate Abele", |
|
13 | 14 | "name": "Chris Thielen", |
14 | 15 | "web": "https://github.com/christopherthielen" |
15 | 16 | }, |
16 | | - { |
17 | | - "name": "Chris Thielen", |
18 | | - "email": "christhielen@gmail.com", |
19 | | - "web": "https://github.com/christopherthielen" |
20 | | - }, |
21 | 17 | { |
22 | 18 | "name": "Tim Kindberg", |
23 | 19 | "web": "https://github.com/timkindberg" |
|
40 | 36 | "bugs": { |
41 | 37 | "url": "https://github.com/angular-ui/ui-router/issues" |
42 | 38 | }, |
43 | | - "license": "MIT", |
44 | | - "licenses": [ |
45 | | - { |
46 | | - "type": "MIT", |
47 | | - "url": "https://github.com/angular-ui/ui-router/blob/master/LICENSE" |
48 | | - } |
49 | | - ], |
50 | | - "dependencies": { |
51 | | - "angular": "^1.2" |
| 39 | + "engines": { |
| 40 | + "node": ">4" |
52 | 41 | }, |
| 42 | + "license": "MIT", |
53 | 43 | "devDependencies": { |
54 | 44 | "angular2": "^2.0.0-beta.1", |
55 | 45 | "babel-core": "^5.8.14", |
| 46 | + "conventional-changelog": "^1.1.0", |
| 47 | + "conventional-changelog-cli": "^1.1.1", |
56 | 48 | "es6-module-loader": "^0.17.3", |
57 | 49 | "es6-promise": "^3.0.2", |
58 | 50 | "es6-shim": "^0.33.13", |
|
77 | 69 | "karma-script-launcher": "~0.1.0", |
78 | 70 | "karma-systemjs": "^0.7.2", |
79 | 71 | "load-grunt-tasks": "~0.4.0", |
| 72 | + "lodash": "^4.5.1", |
80 | 73 | "phantomjs-polyfill": "0.0.1", |
81 | 74 | "reflect-metadata": "=0.1.2", |
82 | 75 | "rxjs": "^5.0.0-beta.0", |
83 | | - "shelljs": "~0.2.6", |
| 76 | + "shelljs": "~0.6.0", |
84 | 77 | "systemjs": "^0.18.4", |
| 78 | + "ts-loader": "^0.8.1", |
85 | 79 | "tslint": "=2.5.0", |
86 | 80 | "typedoc": "git://github.com/christopherthielen/typedoc.git#v0.3-uirouter", |
87 | | - "typescript": "=1.7.3", |
| 81 | + "typescript": "~1.8.0", |
88 | 82 | "webpack": "1.x", |
89 | 83 | "webpack-dev-server": "1.x", |
| 84 | + "yargs": "^4.2.0", |
90 | 85 | "zone.js": "^0.5.10" |
91 | | - }, |
92 | | - "main": "release/angular-ui-router.js" |
| 86 | + } |
93 | 87 | } |
0 commit comments