-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 566 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 566 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
{
"name": "simple-scuttle",
"version": "3.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "tap",
"posttest": "mkdir -p ./coverage && nyc report --reporter=text-lcov > ./coverage/lcov.info"
},
"repository": {
"type": "git",
"url": "https://github.com/AWinterman/simple-scuttle"
},
"author": "Andrew Winterman",
"license": "MIT",
"devDependencies": {
"coveralls": "^3.0.9",
"tap": "14.10.2",
"tape": "~2.1.0",
"through": "~2.3.4"
},
"dependencies": {
"vector-clock-class": "~1.1.1"
}
}