-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 886 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
35
{
"name": "cloudant-user",
"version": "2.0.0",
"description": "Helper module to use standard CouchDB _users db on a Cloudant db",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/iced --bare --map --runtime node -o ./ -c src/"
},
"repository": {
"type": "git",
"url": "git://github.com/doublerebel/cloudant-user"
},
"keywords": [
"cloudant",
"couchdb",
"couch",
"user",
"npm",
"registry"
],
"author": "Charles Phillips <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/doublerebel/cloudant-user/issues"
},
"homepage": "https://github.com/doublerebel/cloudant-user",
"dependencies": {
"cradle": "~0.7.1",
"iced-runtime": "~1.0.3"
},
"devDependencies": {
"iced-coffee-script": "^108.0.9"
}
}