expected-node-version
Version:
Retrieves the node version from the package.json or .nvmrc file
36 lines (35 loc) • 858 B
JSON
{
"name": "expected-node-version",
"version": "1.0.2",
"description": "Retrieves the node version from the package.json or .nvmrc file",
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "standard && node test",
"preversion": "npm test",
"postversion": "npm publish && git push"
},
"author": "Marc Bachmann <marc.brookman@gmail.com>",
"license": "MIT",
"devDependencies": {
"standard": "^5.2.2"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcbachmann/expected-node-version.git"
},
"keywords": [
"node",
"version",
"npmrc"
],
"bugs": {
"url": "https://github.com/marcbachmann/expected-node-version/issues"
},
"homepage": "https://github.com/marcbachmann/expected-node-version#readme"
}