javascript: add a generated package.json with versioning
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
9
src/javascript/package.json.cmake
Normal file
9
src/javascript/package.json.cmake
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name" : "mraa",
|
||||
"main" : "./mraa.node",
|
||||
"engines": {
|
||||
"node": ">= 1.0.x"
|
||||
},
|
||||
"license": "MIT",
|
||||
"version": "@VERSION@"
|
||||
}
|
||||
Reference in New Issue
Block a user