git ssb

1+

dinoworm ๐Ÿ› / vas



Tree: 0b4d6451ce5d4f2f2c503793f5ac1c61b10bc4ac

Files: 0b4d6451ce5d4f2f2c503793f5ac1c61b10bc4ac / package.json

1437 bytesRaw
1{
2 "name": "vas",
3 "version": "0.0.0",
4 "description": "simple composable data services using muxrpc",
5 "main": "index.js",
6 "scripts": {
7 "test": "tape test/*.js",
8 "example:server": "node-dev example/server.js",
9 "example:browser": "budo example:bundle.js -d example --live -- -d",
10 "bundle": "browserify example -g envify -g uglifyify",
11 "build": "npm run --silent bundle -- -o example/bundle.js",
12 "disc": "npm run --silent bundle -- --full-paths | discify --open"
13 },
14 "browserify": {
15 "transform": []
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/ahdinosaur/vas.git"
20 },
21 "keywords": [
22 "simple",
23 "composable",
24 "data",
25 "service",
26 "micro",
27 "muxrpc",
28 "stream",
29 "pull",
30 "pull-stream"
31 ],
32 "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)",
33 "license": "Apache-2.0",
34 "bugs": {
35 "url": "https://github.com/ahdinosaur/vas/issues"
36 },
37 "homepage": "https://github.com/ahdinosaur/vas#readme",
38 "devDependencies": {
39 "browserify": "^13.0.0",
40 "budo": "^8.1.0",
41 "disc": "^1.3.2",
42 "envify": "^3.4.0",
43 "gh-pages": "^0.11.0",
44 "npm-run-all": "^1.6.0",
45 "tape": "^4.5.1",
46 "uglifyify": "^3.0.1",
47 "watchify": "^3.7.0"
48 },
49 "dependencies": {
50 "muxrpc": "^6.3.3",
51 "muxrpcli": "^1.0.5",
52 "pull-serializer": "^0.3.2",
53 "pull-ws-server": "^1.8.0",
54 "set-in": "^1.1.1"
55 }
56}
57

Built with git-ssb-web