-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1015 Bytes
/
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
{
"name": "ethereal-banana",
"version": "3.10.0",
"private": true,
"devDependencies": {
"bower": "^1.8.0",
"coffee-script": "^1.12.7"
},
"scripts": {
"push": "coffee -c -o lib local/*.coffee; coffee -c -o lib src/*.coffee && ./node_modules/.bin/coffee ./install.coffee"
},
"repository": {
"type": "git",
"url": "https://github.com/shimaore/ethereal-banana.git"
},
"description": "tools/support application (`nifty-ground` traces in CCNQ4) meant to be used with spicy-action's admin roles.",
"bugs": {
"url": "https://github.com/shimaore/ethereal-banana/issues"
},
"homepage": "https://github.com/shimaore/ethereal-banana",
"main": "index.js",
"dependencies": {
"pouchdb-core": "^6.3.4",
"pouchdb-adapter-http": "^6.3.4",
"teacup": "^2.0.0"
},
"keywords": [
"CCNQ",
"traces",
"nifty-ground"
],
"author": "Stéphane Alnet <stephane@shimaore.net> (http://stephane.shimaore.net/)",
"license": "Unlicense (http://unlicense.org/)"
}