Files: 43af34efb145e2705ff168ae3e6f3cc6832314ac / package.json
1870 bytesRaw
1 | { |
2 | "name": "ssb-cms", |
3 | "version": "1.0.0", |
4 | "description": "", |
5 | "main": "main.js", |
6 | "scripts": { |
7 | "start": "electroparty -- --dev", |
8 | "test": "tape test/*.js", |
9 | "deploy-client": "ep-sbot publish --type client-update --code \"`browserify index.js | indexhtmlify | metadataify | ep-sbot blobs.add`\" | update-bootloader-config config > build/config.tmp && cp build/config.tmp config", |
10 | "dev-client": "config_hash=\"`url-config-hash`\" budo index.js -- -t envify" |
11 | }, |
12 | "browserify": { |
13 | "transform": [ |
14 | "envify", |
15 | "brfs" |
16 | ] |
17 | }, |
18 | "keywords": [], |
19 | "author": "Jan Bölsche <jan@lagomorph.de> (http://regular.codes)", |
20 | "license": "MIT", |
21 | "dependencies": { |
22 | "asyncmemo": "^1.0.0", |
23 | "codemirror": "^4.6.0", |
24 | "hashlru": "^2.2.0", |
25 | "human-time": "0.0.1", |
26 | "hyperobj": "^1.0.2", |
27 | "hyperobj-context": "^1.1.0", |
28 | "hyperobj-tree": "^2.1.1", |
29 | "hyperscript": "^2.0.2", |
30 | "hyperscript-nested-contexts": "^1.0.0", |
31 | "insert-css": "^0.2.0", |
32 | "level-js": "^2.2.4", |
33 | "levelup": "^1.3.8", |
34 | "lodash.merge": "^4.6.0", |
35 | "mutant": "^3.21.2", |
36 | "observable": "^2.1.4", |
37 | "obv": "0.0.1", |
38 | "page-bus": "^3.0.1", |
39 | "pretty-bytes": "^4.0.2", |
40 | "pull-cat": "^1.1.11", |
41 | "pull-file-reader": "^1.0.2", |
42 | "pull-level": "^2.0.3", |
43 | "pull-many": "^1.0.8", |
44 | "pull-pushable": "^2.1.1", |
45 | "pull-ric": "^0.1.0", |
46 | "pull-stream": "^3.6.0", |
47 | "pull-tee": "^2.0.1", |
48 | "raf": "^3.3.2", |
49 | "setimmediate": "^1.0.5", |
50 | "ssb-avatar": "^0.2.0", |
51 | "ssb-client": "^4.5.0", |
52 | "ssb-keys": "^7.0.10", |
53 | "ssb-marked": "^0.7.2", |
54 | "ssb-ref": "^2.8.0", |
55 | "ssb-sort": "^1.0.0", |
56 | "traverse": "^0.6.6" |
57 | }, |
58 | "devDependencies": { |
59 | "brfs": "^1.4.3", |
60 | "budo": "^10.0.4", |
61 | "envify": "^4.1.0", |
62 | "indexhtmlify": "^1.3.1", |
63 | "jshint": "^2.9.5", |
64 | "metadataify": "^2.0.0", |
65 | "tape": "^4.8.0" |
66 | } |
67 | } |
68 |
Built with git-ssb-web