UNPKG

1.63 kBJSONView Raw
1{
2 "name": "abstract-state-router",
3 "version": "5.15.0",
4 "description": "The basics of a client-side state router ala the AngularJS ui-router, but without any DOM interactions",
5 "main": "index.js",
6 "scripts": {
7 "test": "tape test/*.js | faucet",
8 "coverage": "covert test/*.js",
9 "browserwatch": "watchify test-browser/add-color.js test/*.js -o test-browser/build.js -d",
10 "browserstackbuild": "browserify test-browser/add-color.js test/*.js node_modules/browserstack-tape-reporter/index.js -o test-browser/build.js",
11 "browserstack": "npm run browserstackbuild && browserstack-runner"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/TehShrike/abstract-state-router.git"
16 },
17 "keywords": [
18 "router",
19 "ui-router",
20 "browserify"
21 ],
22 "author": "TehShrike",
23 "license": "WTFPL",
24 "bugs": {
25 "url": "https://github.com/TehShrike/abstract-state-router/issues"
26 },
27 "homepage": "https://github.com/TehShrike/abstract-state-router",
28 "dependencies": {
29 "combine-arrays": "~1.0.2",
30 "hash-brown-router": "~1.5.0",
31 "native-promise-only": "0.8.1",
32 "page-path-builder": "~1.0.3",
33 "path-to-regexp-with-reversible-keys": "~1.0.3",
34 "then-denodeify": "1.0.0",
35 "xtend": "^4.0.0"
36 },
37 "devDependencies": {
38 "browserify": "13.1.1",
39 "browserstack-runner": "TehShrike/browserstack-runner#fixing-json-borking",
40 "browserstack-tape-reporter": "~1.1.0",
41 "covert": "^1.1.0",
42 "faucet": "0.0.1",
43 "tap-browser-color": "0.1.2",
44 "tape": "^4.1.0",
45 "tape-catch": "1.0.6",
46 "watchify": "3.7.0",
47 "webpack": "^1.12.14"
48 }
49}