forked from chris-l/mock-couch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 785 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 785 Bytes
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": "mock-couch",
"version": "0.1.9",
"description": "An http server pretending to be couchdb, for unit testing.",
"homepage": "http://chris-l.github.io/mock-couch/",
"main": "index.js",
"engine": "node >= 0.12.0",
"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": "2.8.5",
"underscore": "1.8.3",
"couch-viewkey-compare": "1.0.1"
},
"devDependencies": {
"grunt": "0.4.4",
"grunt-jslint": "1.1.12",
"grunt-jasmine-nodejs": "1.3.0"
}
}