-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 852 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
{
"name": "broccoli-couchdb-versioning",
"version": "0.1.3",
"description": "Define couchdb design documents on the file system, and automatically push them to couchdb when they change",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/tjhart/broccoli-couchdb-versioning.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"broccoli",
"broccoli-plugin",
"couchdb"
],
"author": "Tim Hart <tjhart@icloud.com> (http://www.github.com/tjhart)",
"license": "MIT",
"dependencies": {
"broccoli-tree-to-json": "^0.1.1",
"broccoli-tree-traverser": "^0.1.1",
"lodash": "^2.4.1",
"mkdirp": "^0.5.0",
"mktemp": "^0.3.5",
"nano": "^5.12.0",
"rsvp": "^3.0.14"
},
"devDependencies": {
"broccoli": "^0.13.2"
}
}