UNPKG

840 BJSONView Raw
1{
2 "name": "node-abi",
3 "version": "2.18.0",
4 "description": "Get the Node ABI for a given target and runtime, and vice versa.",
5 "main": "index.js",
6 "scripts": {
7 "test": "tape test/index.js",
8 "semantic-release": "semantic-release",
9 "travis-deploy-once": "travis-deploy-once"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/lgeiger/node-abi.git"
14 },
15 "keywords": [
16 "node",
17 "electron",
18 "node_module_version",
19 "abi",
20 "v8"
21 ],
22 "author": "Lukas Geiger",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/lgeiger/node-abi/issues"
26 },
27 "homepage": "https://github.com/lgeiger/node-abi#readme",
28 "devDependencies": {
29 "semantic-release": "^15.8.0",
30 "tape": "^4.6.3",
31 "travis-deploy-once": "^5.0.1"
32 },
33 "dependencies": {
34 "semver": "^5.4.1"
35 }
36}