UNPKG

1.08 kBJSONView Raw
1{
2 "name": "@uirouter/rx",
3 "version": "0.3.1",
4 "description": "Reactive extensions for UI-Router",
5 "scripts": {
6 "clean": "shx rm -rf lib lib-esm",
7 "build": "npm run clean && tsc && tsc -outDir lib-esm -m es6",
8 "install": "node ./migrate/migratewarn.js",
9 "test": "echo \"Error: no test specified\" && exit 1"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/ui-router/rx.git"
14 },
15 "keywords": [
16 "ui-router",
17 "reactive",
18 "rxjs"
19 ],
20 "main": "lib/index.js",
21 "module": "lib-esm/index.js",
22 "typings": "lib/index.d.ts",
23 "author": "Chris Thielen",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/ui-router/rx/issues"
27 },
28 "homepage": "https://github.com/ui-router/rx#readme",
29 "peerDependencies": {
30 "@uirouter/core": "5.0.0",
31 "rxjs": "^5.0.3"
32 },
33 "devDependencies": {
34 "@uirouter/core": "5.0.0",
35 "conventional-changelog": "^1.1.0",
36 "conventional-changelog-cli": "^1.2.0",
37 "readline-sync": "^1.4.5",
38 "rxjs": "^5.0.3",
39 "shx": "^0.2.2",
40 "typescript": "^2.1.4"
41 }
42}