Starting tests with npm, nmcli basics (to be extended on linux machine)

This commit is contained in:
Christian Kuster
2016-04-04 21:06:01 +02:00
parent 5e09da21e4
commit cc7b23aec1
5 changed files with 81 additions and 3 deletions

View File

@ -14,6 +14,7 @@
"url": "http://www.kusti.ch/"
},
"homepage": "http://www.ferropoly.ch/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ancasicolica/node-wifi-scanner.git"
@ -21,5 +22,11 @@
"engines": {
"node": ">= 4.4.0",
"npm": ">= 2.14.0"
},
"scripts": {
"test": "mocha test"
},
"dependencies": {
"lodash": "4.8.1"
}
}