git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 38be4665b76ce4407d0effda2edb72ae60aba928

Files: 38be4665b76ce4407d0effda2edb72ae60aba928 / package.json

1936 bytesRaw
1{
2 "name": "catstack",
3 "version": "2.0.0-pre.5",
4 "description": "modular framework for real-time data-driven apps",
5 "main": "index.js",
6 "bin": {
7 "catstack": "./bin/index.js"
8 },
9 "scripts": {
10 "example:start": "./bin/index.js dev server --cwd=$(pwd)/example"
11 },
12 "browser": {
13 "./lib/Service.js": "./lib/Client.js",
14 "./modules/assets.js": false,
15 "./modules/http-server.js": false
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/enspiral-root-systems/catstack.git"
20 },
21 "keywords": [],
22 "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)",
23 "license": "ISC",
24 "bugs": {
25 "url": "https://github.com/enspiral-root-systems/catstack/issues"
26 },
27 "homepage": "https://github.com/enspiral-root-systems/catstack#readme",
28 "engines": {
29 "node": "^6.0.0"
30 },
31 "devDependencies": {
32 "cat-names": "^1.0.2",
33 "node-dev": "^3.1.3",
34 "object-values": "^1.0.0",
35 "tape": "^4.6.3"
36 },
37 "dependencies": {
38 "browserify": "^14.0.0",
39 "bulk-require": "^1.0.0",
40 "bulkify": "github:ahdinosaur/bulkify",
41 "catstack-assets": "^1.0.0-pre.0",
42 "catstack-log": "github:catstack/catstack-log",
43 "cliclopts": "^1.1.1",
44 "dargs": "^5.1.0",
45 "depject": "^3.2.0",
46 "depnest": "^1.0.2",
47 "es2040": "^1.2.4",
48 "evalify": "^2.0.0",
49 "http-compose": "^1.0.1",
50 "http-sender": "^2.0.0",
51 "inu": "github:ahdinosaur/inu#v4",
52 "inu-engine": "github:ahdinosaur/inu-engine",
53 "inu-log": "github:ahdinosaur/inu-log#v2",
54 "inu-router": "github:ahdinosaur/inu-router",
55 "minimatch": "^3.0.3",
56 "modify-values": "^1.0.0",
57 "pkg-conf": "^2.0.0",
58 "read-directory": "^2.0.0",
59 "require-from-string": "^1.2.1",
60 "reselect": "^2.5.4",
61 "set-blocking": "^2.0.0",
62 "subcommand": "^2.1.0",
63 "value-pipe": "github:ahdinosaur/value-pipe",
64 "vas": "^3.0.0-pre.1",
65 "vas-http": "^1.0.0-pre.2"
66 }
67}
68

Built with git-ssb-web