forked from ryanramage/schema-couch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 817 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
36
{
"name": "schema-couch-roles",
"version": "0.0.5",
"description": "Using json-schemas, make a pretty decent couch api. Relationships (and batteries) included.",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"bin": {
"schema-couch": "./bin/schema-couch"
},
"author": "Ryan Ramage",
"license": "BSD-2-Clause",
"dependencies": {
"couchapp": "~0.10.0",
"schema-couch-boilerplate": "0.0.1",
"cpr": "~0.1.1",
"optimist": "~0.6.0",
"rimraf": "~2.2.5",
"connect": "~2.12.0",
"mkdirp": "~0.3.5"
},
"repository": {
"type": "git",
"url": "http://github.com/bwilk/schema-couch.git"
},
"maintainers": [
{
"name": "Bartosz Wilk",
"web": "https://github.com/bwilk"
}
],
"devDependencies": {
"tape": "~2.3.0"
}
}