|
2 | 2 | "name": "ui-router",
|
3 | 3 | "description": "State-based routing for Javascript",
|
4 | 4 | "version": "1.0.0-alpha.5",
|
5 |
| - "scripts": {}, |
| 5 | + "scripts": { |
| 6 | + "test": "npm run test:core && npm run test:ng1", |
| 7 | + "test:watch": "node_modules/watch/cli.js 'npm run test' src test", |
| 8 | + |
| 9 | + "test:core": "karma start config/karma.core.js", |
| 10 | + "test:core:debug": "karma start config/karma.core.js --singleRun=false --browsers=Chrome --autoWatch=true --autoWatchInterval=1", |
| 11 | + |
| 12 | + "test:ng1": "karma start config/karma.ng15.js", |
| 13 | + "test:ng1:debug": "karma start config/karma.ng15.js --singleRun=false --browsers=Chrome --autoWatch=true --autoWatchInterval=1", |
| 14 | + |
| 15 | + "test:ng12": "karma start config/karma.ng12.js", |
| 16 | + "test:ng13": "karma start config/karma.ng13.js", |
| 17 | + "test:ng14": "karma start config/karma.ng14.js", |
| 18 | + "test:ng15": "karma start config/karma.ng15.js", |
| 19 | + "test:integrate": "npm run test:core && npm run test:ng12 && npm run test:ng13 && npm run test:ng14 && npm run test:ng15" |
| 20 | + }, |
6 | 21 | "homepage": "http://angular-ui.github.com/ui-router",
|
7 | 22 | "contributors": [
|
8 | 23 | {
|
|
46 | 61 | "@angular/core": "=2.0.0-rc.1",
|
47 | 62 | "@angular/platform-browser": "=2.0.0-rc.1",
|
48 | 63 | "@angular/platform-browser-dynamic": "=2.0.0-rc.1",
|
49 |
| - "rxjs": "=5.0.0-beta.6", |
50 |
| - "zone.js": "=0.6.12", |
51 | 64 | "babel-core": "^5.8.14",
|
| 65 | + "clone": "^1.0.2", |
52 | 66 | "conventional-changelog": "^1.1.0",
|
53 | 67 | "conventional-changelog-cli": "^1.1.1",
|
54 | 68 | "es6-module-loader": "^0.17.3",
|
|
70 | 84 | "jsdoc": "git://github.com/jsdoc3/jsdoc.git#v3.2.2",
|
71 | 85 | "karma": "~0.12.0",
|
72 | 86 | "karma-chrome-launcher": "~0.1.0",
|
| 87 | + "karma-coverage": "^0.5.3", |
73 | 88 | "karma-jasmine": "^0.3.8",
|
74 | 89 | "karma-phantomjs-launcher": "~0.1.0",
|
75 | 90 | "karma-script-launcher": "~0.1.0",
|
76 | 91 | "karma-systemjs": "^0.7.2",
|
77 | 92 | "load-grunt-tasks": "~0.4.0",
|
78 | 93 | "lodash": "^4.5.1",
|
| 94 | + "parallelshell": "^2.0.0", |
79 | 95 | "phantomjs-polyfill": "0.0.1",
|
80 | 96 | "reflect-metadata": "=0.1.2",
|
| 97 | + "remap-istanbul": "^0.6.3", |
| 98 | + "rxjs": "=5.0.0-beta.6", |
81 | 99 | "shelljs": "~0.6.0",
|
82 | 100 | "systemjs": "^0.18.4",
|
83 | 101 | "ts-loader": "^0.8.1",
|
84 | 102 | "tslint": "=2.5.0",
|
85 | 103 | "typedoc": "git://github.com/christopherthielen/typedoc.git#v0.3-uirouter",
|
86 | 104 | "typescript": "~1.8.0",
|
| 105 | + "watch": "^0.18.0", |
87 | 106 | "webpack": "1.x",
|
88 | 107 | "webpack-dev-server": "1.x",
|
89 |
| - "yargs": "^4.2.0" |
| 108 | + "yargs": "^4.2.0", |
| 109 | + "zone.js": "=0.6.12" |
90 | 110 | }
|
91 | 111 | }
|
0 commit comments