node-apt-get
Version:
An apt-get wrapper for node
24 lines (23 loc) • 454 B
JSON
{
"name": "node-apt-get",
"version": "0.1.1",
"description": "An apt-get wrapper for node",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"apt-get",
"debian",
"ubuntu"
],
"repository": {
"type": "git",
"url": "git@github.com:Node-Ops/node-apt-get.git"
},
"author": "Wes Todd",
"license": "ISC",
"dependencies": {
"camel-case": "^0.1.0"
}
}