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