Files: 1e3766a03251baeeb8f0378ae9bbdb90c4a5afee / package.json
1098 bytesRaw
1 | { |
2 | "name": "primea-objects", |
3 | "version": "0.0.5", |
4 | "description": "Object helper classes for Primea's system Objects", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls", |
8 | "coverage": "nyc npm test", |
9 | "lint": "standard", |
10 | "test": "node ./tests/index.js", |
11 | "build:docs": "documentation build --github -f md ./index.js > ./docs/index.md" |
12 | }, |
13 | "keywords": [ |
14 | "primea" |
15 | ], |
16 | "author": "mjbecze <mjbecze@gmail.com>", |
17 | "license": "MPL-2.0", |
18 | "dependencies": { |
19 | "borc": "git+https://github.com/dignifiedquire/borc.git#fix/nested-array", |
20 | "events": "^2.0.0", |
21 | "safe-buffer": "^5.1.2" |
22 | }, |
23 | "devDependencies": { |
24 | "coveralls": "^3.0.0", |
25 | "documentation": "^6.3.2", |
26 | "minimist": "^1.2.0", |
27 | "nyc": "^11.7.1", |
28 | "standard": "^11.0.1", |
29 | "tape": "^4.9.0" |
30 | }, |
31 | "repository": { |
32 | "type": "git", |
33 | "url": "git@github.com:primea/primea-objects.git" |
34 | }, |
35 | "bugs": { |
36 | "url": "https://github.com/primea/primea-objects/issues" |
37 | }, |
38 | "homepage": "https://github.com/primea/primea-objects" |
39 | } |
40 |
Built with git-ssb-web