Files: 5652ef769b3e044a8a6243890c8a014dd296e9f6 / package.json
2474 bytesRaw
1 | { |
2 | "name": "catstack", |
3 | "version": "2.0.0-pre.15", |
4 | "description": "modular framework for real-time data-driven apps", |
5 | "main": "index.js", |
6 | "bin": { |
7 | "catstack": "./bin.js" |
8 | }, |
9 | "scripts": { |
10 | "start": "./bin.js server --cwd=$(pwd)/example", |
11 | "dev": "./bin.js dev server --cwd=$(pwd)/example" |
12 | }, |
13 | "browser": { |
14 | "./config/index.js": "./config/browser.js", |
15 | "./modules/index.js": "./modules/browser.js", |
16 | "./lib/Service.js": "./lib/Client.js" |
17 | }, |
18 | "repository": { |
19 | "type": "git", |
20 | "url": "git+https://github.com/enspiral-root-systems/catstack.git" |
21 | }, |
22 | "keywords": [], |
23 | "author": "Mikey <michael.williams@enspiral.com> (http://dinosaur.is)", |
24 | "license": "Apache-2.0", |
25 | "bugs": { |
26 | "url": "https://github.com/enspiral-root-systems/catstack/issues" |
27 | }, |
28 | "homepage": "https://github.com/enspiral-root-systems/catstack#readme", |
29 | "engines": { |
30 | "node": "^6.0.0" |
31 | }, |
32 | "devDependencies": { |
33 | "cat-names": "^1.0.2", |
34 | "object-values": "^1.0.0", |
35 | "tape": "^4.6.3" |
36 | }, |
37 | "dependencies": { |
38 | "@skatejs/val": "0.0.0", |
39 | "accepts": "^1.3.3", |
40 | "browserify": "^14.1.0", |
41 | "browserify-persist-fs": "^1.2.1", |
42 | "bulk-require": "^1.0.0", |
43 | "bulkify": "github:ahdinosaur/bulkify", |
44 | "catstack-log": "github:catstack/catstack-log", |
45 | "cliclopts": "^1.1.1", |
46 | "create-html": "^1.1.0", |
47 | "deep-assign": "^2.0.0", |
48 | "deglob": "^2.1.0", |
49 | "depject": "^4.0.0", |
50 | "depnest": "^1.3.0", |
51 | "env-to-obj": "^1.0.0", |
52 | "es2040": "^1.2.4", |
53 | "evalify": "^2.0.0", |
54 | "fela": "^4.2.6", |
55 | "fela-dom": "^4.2.6", |
56 | "fela-preset-web": "^4.2.6", |
57 | "global": "^4.3.1", |
58 | "http-compose": "^1.0.1", |
59 | "http-errors": "^1.6.1", |
60 | "http-sender": "^2.0.0", |
61 | "hyper-fela": "^1.0.0", |
62 | "hyps": "^1.0.0", |
63 | "inu": "^4.0.0-pre.0", |
64 | "inu-engine": "^1.0.0-pre.0", |
65 | "inu-log": "github:ahdinosaur/inu-log#v2", |
66 | "inu-router": "github:ahdinosaur/inu-router#675f362ee4aff2b1c03c890186b02f02ea6e2396", |
67 | "minimatch": "^3.0.3", |
68 | "minimist": "^1.2.0", |
69 | "modify-values": "^1.0.0", |
70 | "morphdom": "^2.3.1", |
71 | "node-dev": "^3.1.3", |
72 | "pkg-conf": "^2.0.0", |
73 | "pull-drain": "^0.1.1", |
74 | "pull-test": "^1.2.3", |
75 | "read-directory": "^2.0.0", |
76 | "require-from-string": "^1.2.1", |
77 | "reselect": "^2.5.4", |
78 | "standard": "^8.6.0", |
79 | "standard-engine": "^6.0.0", |
80 | "subcommand": "^2.1.0", |
81 | "value-pipe": "github:ahdinosaur/value-pipe", |
82 | "vas": "^3.0.0-pre.1", |
83 | "vas-http": "^1.0.0-pre.4" |
84 | } |
85 | } |
86 |
Built with git-ssb-web