quick
Version:
QuickJS is a declarative language engine to run inside a browser. The node module contains the offline compiler.
39 lines (38 loc) • 893 B
JSON
{
"name": "quick",
"version": "0.0.6",
"description": "QuickJS is a declarative language engine to run inside a browser. The node module contains the offline compiler.",
"keywords": [
"qml",
"jml",
"quick",
"declarative"
],
"author": {
"name": "Johannes Zellner",
"email": "webmaster@nebulon.de"
},
"repository": {
"type": "git",
"url": "git://github.com/nebulon1234/quickjs.git"
},
"main": "./index.js",
"bin": {
"quickjs": "bin/quickjs"
},
"engines": {
"node": ">=0.6"
},
"scripts": {
"test": "cd test; ../node_modules/mocha/bin/mocha -R spec;"
},
"dependencies": {
"optimist": "*"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"uglify-js": "*"
},
"readmeFilename": "Readme.md"
}