-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "primea-objects",
"version": "0.1.3",
"description": "Object helper classes for Primea's system Objects",
"main": "index.js",
"scripts": {
"coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
"coverage": "nyc npm test",
"lint": "standard",
"test": "node ./tests/index.js",
"build:docs": "documentation build --github -f md ./index.js > ./docs/index.md"
},
"keywords": [
"primea"
],
"author": "mjbecze <[email protected]>",
"license": "MPL-2.0",
"dependencies": {
"borc": "^2.0.3",
"events": "^3.0.0",
"safe-buffer": "^5.1.2"
},
"devDependencies": {
"coveralls": "^3.0.0",
"documentation": "^7.0.0",
"minimist": "^1.2.0",
"nyc": "^12.0.1",
"standard": "^11.0.1",
"tape": "^4.9.0"
},
"repository": {
"type": "git",
"url": "[email protected]:primea/primea-objects.git"
},
"bugs": {
"url": "https://github.com/primea/primea-objects/issues"
},
"homepage": "https://github.com/primea/primea-objects"
}