npm: start generating the collateral needed to publish sources to npm

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2016-10-12 13:00:07 -07:00
parent 40a695a87f
commit 64b4f040dc
4 changed files with 92 additions and 2 deletions

View File

@@ -9,13 +9,13 @@
"url": "https://github.com/intel-iot-devkit/upm"
},
"engines" : {
"node": ">= 4.4.x"
"node": ">= 0.10.x"
},
"bugs": {
"url" : "http://github.com/intel-iot-devkit/upm/issues"
},
"dependencies": {
"mraa": ">=@MRAA_VERSION@"
"mraa": ">=@MRAA_MINIMUM@"
},
"license": "MIT",
"version" : "@upm_VERSION_STRING@",