react-native-template-mrf
Version:
37 lines (36 loc) • 840 B
JSON
{
"name": "node-abi",
"version": "2.11.0",
"description": "Get the Node ABI for a given target and runtime, and vice versa.",
"main": "index.js",
"scripts": {
"test": "tape test/index.js",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
},
"repository": {
"type": "git",
"url": "https://github.com/lgeiger/node-abi.git"
},
"keywords": [
"node",
"electron",
"node_module_version",
"abi",
"v8"
],
"author": "Lukas Geiger",
"license": "MIT",
"bugs": {
"url": "https://github.com/lgeiger/node-abi/issues"
},
"homepage": "https://github.com/lgeiger/node-abi#readme",
"devDependencies": {
"semantic-release": "^15.8.0",
"tape": "^4.6.3",
"travis-deploy-once": "^5.0.1"
},
"dependencies": {
"semver": "^5.4.1"
}
}