| 12345678910111213141516171819202122232425 |
- {
- "main": "lib/binding.js",
- "dependencies": {
- "node-addon-api": "^1.1.0"
- },
- "scripts": {
- "test": "node --napi-modules ./test/test_binding.js"
- },
- "gypfile": true,
- "name": "js_ext_comx_ply_io",
- "version": "1.0.0",
- "description": "COMX Javascript Extend Addon",
- "repository": {
- "type": "git",
- "url": "nil"
- },
- "keywords": [
- "COMX",
- "JS.Ext",
- "comx",
- "ply_io"
- ],
- "author": "zhangxk@dlut.edu.cn",
- "license": "Commercial"
- }
|