UNPKG

1.18 kBJSONView Raw
1{
2 "name": "red-rings-couchdb",
3 "version": "3.5.6",
4 "description": "CouchDB backend for red-rings/abrasive-ducks",
5 "main": "index.js",
6 "scripts": {
7 "prepublishOnly": "npm run build",
8 "build": "npm install --only=dev && rm -f package-lock.json && coffee -c *.coffee.md util/*.coffee.md",
9 "pretest": "npm install && npm run build && coffee -c test/*.coffee.md",
10 "test": "mocha"
11 },
12 "repository": {
13 "type": "git",
14 "url": "gitlab.com/shimaore/red-rings-couchdb"
15 },
16 "author": "",
17 "license": "Unlicense",
18 "dependencies": {
19 "@most/create": "^2.0.1",
20 "abrasive-ducks": "^3.0.2",
21 "abrasive-ducks-transducers": "^2.0.0",
22 "concat-stream": "^1.6.0",
23 "cors": "^2.8.4",
24 "eventsource": "^1.0.7",
25 "immutable": "^4.0.0-rc.9",
26 "lru-cache": "^4.1.3",
27 "most": "^1.7.3",
28 "most-w3msg": "^2.0.0",
29 "oboe": "^2.1.4",
30 "oboe-as-stream": "^1.0.0",
31 "oboe-stream-request": "^1.0.0",
32 "red-rings": "^1.1.0",
33 "red-rings-path": "^1.0.0",
34 "red-rings-semantic": "^1.1.0",
35 "request": "^2.83.0",
36 "superagent": "^3.8.2"
37 },
38 "devDependencies": {
39 "coffeescript": "^2.2.1",
40 "mocha": "^5.0.1"
41 }
42}