jsdx-toolkit
Version:
Graphical toolkit on JSDX framework
35 lines (34 loc) • 649 B
JSON
{
"name": "jsdx-toolkit",
"version": "0.0.6",
"description": "Graphical toolkit on JSDX framework",
"keywords": [
"jsdx",
"toolkit",
"clutter",
"gui"
],
"homepage": "https://github.com/cfsghost/jsdx-toolkit",
"author": {
"name": "Fred Chien(錢逢祥)",
"email": "cfsghost@gmail.com",
"web": "http://people.linux.org.tw/~fred/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:cfsghost/jsdx-toolkit.git"
},
"dependencies": {
"gcontext": ">= 0.0.2"
},
"directories": {
"tests": "tests"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"install": "node-gyp configure build"
}
}