enpeem
Version:
Lightweight wrapper for accessing npm programmatically (alternative to adding `npm` as a dependency)
35 lines (34 loc) • 739 B
JSON
{
"name": "enpeem",
"version": "2.2.0",
"description": "Lightweight wrapper for accessing npm programmatically (alternative to adding `npm` as a dependency)",
"main": "index.js",
"scripts": {
"test": "mocha -t 15000"
},
"repository": {
"type": "git",
"url": "git://github.com/mikermcneil/enpeem.git"
},
"keywords": [
"npm",
"npm-install",
"npm",
"install",
"dependency",
"offline",
"cache"
],
"author": "Mike McNeil",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikermcneil/enpeem/issues"
},
"homepage": "https://github.com/mikermcneil/enpeem",
"dependencies": {
"stream-reduce": "1.0.3"
},
"devDependencies": {
"fs-extra": "~0.16.3"
}
}