Private
Public Access
2
0

javascript: add a generated package.json with versioning

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-11-24 11:19:05 +00:00
parent c01451989e
commit d4552fdc5e
2 changed files with 8 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
{
"name" : "mraa",
"main" : "./mraa.node",
"engines": {
"node": ">= 1.0.x"
},
"license": "MIT",
"version": "@VERSION@"
}