git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 7bf5ec33ab5ac86937dc5fc28941ed05996aeddd

Files: 7bf5ec33ab5ac86937dc5fc28941ed05996aeddd / package.json

2406 bytesRaw
1{
2 "name": "catstack",
3 "version": "2.0.0-pre.12",
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 "accepts": "^1.3.3",
39 "browserify": "^14.1.0",
40 "browserify-persist-fs": "^1.2.1",
41 "bulk-require": "^1.0.0",
42 "bulkify": "github:ahdinosaur/bulkify",
43 "catstack-log": "github:catstack/catstack-log",
44 "cliclopts": "^1.1.1",
45 "create-html": "^1.1.0",
46 "deep-assign": "^2.0.0",
47 "deglob": "^2.1.0",
48 "depject": "github:depject/depject#empty-apply",
49 "depnest": "^1.3.0",
50 "env-to-obj": "^1.0.0",
51 "es2040": "^1.2.4",
52 "evalify": "^2.0.0",
53 "fela": "^4.2.6",
54 "fela-dom": "^4.2.6",
55 "fela-preset-dev": "^4.2.6",
56 "fela-preset-web": "^4.2.6",
57 "http-compose": "^1.0.1",
58 "http-errors": "^1.6.1",
59 "http-sender": "^2.0.0",
60 "inu": "^4.0.0-pre.0",
61 "inu-engine": "^1.0.0-pre.0",
62 "inu-log": "github:ahdinosaur/inu-log#v2",
63 "inu-router": "github:ahdinosaur/inu-router#e23b73b4e9378ce7c2bdeaf6d1ad3c2c38e38760",
64 "minimatch": "^3.0.3",
65 "minimist": "^1.2.0",
66 "modify-values": "^1.0.0",
67 "node-dev": "^3.1.3",
68 "pkg-conf": "^2.0.0",
69 "pull-drain": "^0.1.1",
70 "pull-test": "^1.2.3",
71 "read-directory": "^2.0.0",
72 "require-from-string": "^1.2.1",
73 "reselect": "^2.5.4",
74 "standard": "^8.6.0",
75 "standard-engine": "^6.0.0",
76 "subcommand": "^2.1.0",
77 "value-pipe": "github:ahdinosaur/value-pipe",
78 "vas": "^3.0.0-pre.1",
79 "vas-http": "^1.0.0-pre.4"
80 }
81}
82

Built with git-ssb-web