awtk/tools/idl_gen/package.json
2018-02-21 19:36:38 +08:00

15 lines
292 B
JSON

{
"name": "idl_gen",
"version": "1.0.0",
"description": "generate idl json",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "xianjimli@hotmail.com",
"license": "LGPL-3.0",
"dependencies": {
"glob": "^7.1.2"
}
}