-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 KB
/
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
39
40
41
42
43
44
{
"name": "holonomy-identity",
"version": "0.1.0",
"description": "identity for holons",
"main": "src/index.js",
"scripts": {
"test": "mocha --recursive test",
"coverage": "rm -rf coverage; istanbul cover _mocha -- --recursive --reporter spec --bail",
"publish-coverage": "cat coverage/lcov.info | coveralls",
"lint": "jshint src ;true",
"release": "npm-release patch -m \"version++\""
},
"repository": {
"type": "git",
"url": "git://github.com/holonomy/id.git"
},
"keywords": [
"holon",
"identity",
"id"
],
"author": "Michael Williams <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/holonomy/id/issues"
},
"homepage": "https://github.com/holonomy/id",
"dependencies": {
"level-sublevel": "*",
"level-writestream": "*",
"levelgraph": "~0.8.2",
"levelgraph-jsonld": "git+https://github.com/mcollina/levelgraph-jsonld.git",
"jshint": "~2.4.2",
"npm-release": "0.0.4-3"
},
"devDependencies": {
"chai": "~1.8.1",
"lodash": "~2.4.1",
"mocha": "~1.17.0",
"coveralls": "~2.6.1",
"istanbul": "~0.2.4",
"level-test": "~1.6.0"
}
}