local-version
Version:
A "package.json" version number fetcher for local Node module installations. Async and sync.
55 lines (54 loc) • 1.27 kB
JSON
{
"name": "local-version",
"description": "A \"package.json\" version number fetcher for local Node module installations. Async and sync.",
"version": "0.2.2",
"homepage": "https://github.com/JamesMGreene/node-local-version",
"author": {
"name": "James M. Greene",
"email": "james.m.greene@gmail.com",
"url": "http://greene.io/"
},
"repository": {
"type": "git",
"url": "git://github.com/JamesMGreene/node-local-version.git"
},
"bugs": {
"url": "https://github.com/JamesMGreene/node-local-version/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/JamesMGreene/node-local-version/blob/master/LICENSE-MIT"
}
],
"main": "lib/local-version.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt travis --verbose"
},
"dependencies": {
"findup-sync": "~0.1.2",
"callsite": "~1.0.0",
"resolve": "~0.6.1"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.3.0",
"grunt-contrib-watch": "~0.5.3",
"grunt": "~0.4.2"
},
"keywords": [
"version",
"semver",
"npm",
"node",
"local",
"installed",
"sync",
"synchronous",
"async",
"asynchronous"
]
}