-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 889 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 889 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
29
30
31
32
33
34
35
36
{
"name": "@aggregion/agg-bundle",
"description": "Node.js module for reading and creating Aggregion binary bundles",
"version": "1.0.9",
"main": "index.js",
"bin": {
"readbundle": "./utils/readbundle.js"
},
"scripts": {
"publish": "npm publish --access public",
"test": "mocha ./*.spec.js"
},
"dependencies": {
"check-types": "^7.1.5",
"cli": "^1.0.1",
"nan": "^2.14.0",
"node-gyp": "^3.4.0",
"q": "^1.4.1",
"uv": "0.0.0",
"v8": "^0.1.0"
},
"devDependencies": {
"@types/node": "^14.14.20",
"chai": "^3.5.0",
"fs-extra": "^2.0.0",
"mocha": "^3.2.0",
"mocha-bamboo-reporter": "^1.1.1",
"temp": "^0.8.3",
"tern": "^0.24.3"
},
"repository": {
"type": "git",
"url": "https://github.com/aggregion/node-bundle-module.git"
},
"homepage": "https://github.com/aggregion/node-bundle-module"
}