apt-get
Version:
23 lines (22 loc) • 589 B
JSON
{
"name": "apt-get",
"version": "0.1.0",
"private": false,
"homepage":"https://github.com/Holusion/node-apt-get",
"keywords":["apt","apt-get","update","upgrade","debian","ubuntu"],
"author":"Sebastien Dumetz <s.dumetz@holusion.com> (https://github.com/klepthys)",
"contributors":["Maxime Chaveroche", "Kenza Khamaily"],
"scripts": {
"start": "NODE_ENV=development ./node_modules/.bin/supervisor app.js",
"test": "./node_modules/.bin/mocha --reporter spec"
},
"main": "index.js",
"os": [
"linux"
],
"devDependencies": {
"mocha": "*",
"chai": "*",
"rewire":"*"
}
}