Files: 914d1a7c6730bef124f14ab3acb814cce0cf8fe4 / package.json
1528 bytesRaw
1 | { |
2 | "name": "catstack", |
3 | "version": "2.0.0-pre.0", |
4 | "description": "modular framework for real-time data-driven apps", |
5 | "scripts": { |
6 | "example:start": "NODE_ENV=development cd example && node-dev ../bin/start" |
7 | }, |
8 | "browser": { |
9 | "./modules/assets.js": false |
10 | }, |
11 | "repository": { |
12 | "type": "git", |
13 | "url": "git+https://github.com/enspiral-root-systems/catstack.git" |
14 | }, |
15 | "keywords": [], |
16 | "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)", |
17 | "license": "ISC", |
18 | "bugs": { |
19 | "url": "https://github.com/enspiral-root-systems/catstack/issues" |
20 | }, |
21 | "homepage": "https://github.com/enspiral-root-systems/catstack#readme", |
22 | "engines": { |
23 | "node": "^6.0.0" |
24 | }, |
25 | "devDependencies": { |
26 | "node-dev": "^3.1.3", |
27 | "tape": "^4.6.3" |
28 | }, |
29 | "dependencies": { |
30 | "browserify": "^14.0.0", |
31 | "bulk-require": "^1.0.0", |
32 | "bulkify": "github:ahdinosaur/bulkify", |
33 | "catstack-log": "github:catstack/catstack-log", |
34 | "depject": "^3.1.5", |
35 | "es2040": "^1.2.4", |
36 | "evalify": "^2.0.0", |
37 | "inu": "github:ahdinosaur/inu#v4", |
38 | "inu-engine": "github:ahdinosaur/inu-engine", |
39 | "inu-log": "github:ahdinosaur/inu-log#v2", |
40 | "inu-router": "github:ahdinosaur/inu-router", |
41 | "minimatch": "^3.0.3", |
42 | "modify-values": "^1.0.0", |
43 | "read-directory": "^2.0.0", |
44 | "require-from-string": "^1.2.1", |
45 | "value-pipe": "github:ahdinosaur/value-pipe", |
46 | "vas": "github:ahdinosaur/vas#v3", |
47 | "vas-assets": "github:ahdinosaur/vas-assets", |
48 | "vas-http": "github:ahdinosaur/vas-http" |
49 | } |
50 | } |
51 |
Built with git-ssb-web