forked from chris-l/mock-couch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 821 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
37
38
{
"name": "mock-couch",
"version": "0.1.11",
"description": "An http server pretending to be couchdb, for unit testing.",
"homepage": "http://chris-l.github.io/mock-couch/",
"main": "index.js",
"engines": {
"node": ">=5.9",
"npm": ">=3.7"
},
"scripts": {
"test": "grunt"
},
"keywords": [
"couchdb",
"http",
"server",
"testing",
"mock"
],
"author": "Christopher Luna <dev@christopher-luna.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:chris-l/mock-couch.git"
},
"dependencies": {
"ramda": "0.8.0",
"restify": "^6.3.4",
"underscore": "1.8.3",
"couch-viewkey-compare": "1.0.1"
},
"devDependencies": {
"grunt": "0.4.4",
"grunt-jslint": "1.1.15",
"grunt-jasmine-nodejs": "1.3.0"
}
}