Files: 6dfe65d0e167178a86292af4fe48653d98f29f63 / package.json
2002 bytesRaw
1 | { |
2 | "name": "vas", |
3 | "version": "1.2.1", |
4 | "description": "simple composable data services using muxrpc", |
5 | "main": "index.js", |
6 | "browser": "browser.js", |
7 | "scripts": { |
8 | "test:deps": "dependency-check . && dependency-check . --extra --no-dev", |
9 | "test:lint": "standard", |
10 | "test:node": "NODE_ENV=test tape test/*.js", |
11 | "test:coverage": "NODE_ENV=test istanbul cover test", |
12 | "test": "npm-run-all -s test:deps test:lint test:node", |
13 | "example:server": "node-dev example/server.js", |
14 | "example:browser": "budo example/browser:bundle.js -d example --live -- -d", |
15 | "example:cli": "node example/cli", |
16 | "example": "npm-run-all -p example:server example:browser", |
17 | "bundle": "browserify example -g envify -g uglifyify", |
18 | "build": "npm run --silent bundle -- -o example/bundle.js", |
19 | "disc": "npm run --silent bundle -- --full-paths | discify --open" |
20 | }, |
21 | "browserify": { |
22 | "transform": [] |
23 | }, |
24 | "repository": { |
25 | "type": "git", |
26 | "url": "git+https://github.com/ahdinosaur/vas.git" |
27 | }, |
28 | "keywords": [ |
29 | "simple", |
30 | "composable", |
31 | "data", |
32 | "service", |
33 | "micro", |
34 | "muxrpc", |
35 | "stream", |
36 | "pull", |
37 | "pull-stream" |
38 | ], |
39 | "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)", |
40 | "license": "Apache-2.0", |
41 | "bugs": { |
42 | "url": "https://github.com/ahdinosaur/vas/issues" |
43 | }, |
44 | "homepage": "https://github.com/ahdinosaur/vas#readme", |
45 | "devDependencies": { |
46 | "browserify": "^13.0.0", |
47 | "budo": "^8.1.0", |
48 | "dependency-check": "^2.5.1", |
49 | "disc": "^1.3.2", |
50 | "envify": "^3.4.0", |
51 | "gh-pages": "^0.11.0", |
52 | "istanbul": "^0.4.4", |
53 | "node-dev": "^3.1.3", |
54 | "npm-run-all": "^1.6.0", |
55 | "standard": "^7.1.2", |
56 | "tape": "^4.6.0", |
57 | "uglifyify": "^3.0.1", |
58 | "watchify": "^3.7.0" |
59 | }, |
60 | "dependencies": { |
61 | "defined": "^1.0.0", |
62 | "get-in": "^2.0.0", |
63 | "muxrpc": "^6.3.3", |
64 | "muxrpcli": "^1.0.5", |
65 | "pull-serializer": "^0.3.2", |
66 | "pull-stream": "^3.4.3", |
67 | "pull-ws": "^3.2.2", |
68 | "set-in": "^2.0.0" |
69 | } |
70 | } |
71 |
Built with git-ssb-web