-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 755 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 755 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
{
"name": "minip",
"version": "0.0.0-development",
"description": "Mini P is a simple database that can replicate with CouchDB.",
"main": "index.js",
"scripts": {
"test": "tap --reporter=spec test/*.js test/memory-p/*.js",
"test:perf": "tap --reporter=spec test/perf/*.js",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release"
},
"keywords": [],
"author": "Johannes J. Schmidt",
"license": "Apache-2.0",
"devDependencies": {
"pull-stream": "^3.6.8",
"tap": "^12.0.1",
"travis-deploy-once": "^5.0.0",
"semantic-release": "^15.5.0"
},
"dependencies": {
"request": "^2.87.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jo/minip.git"
}
}