jsx
Version:
a faster, safer, easier JavaScript
52 lines (50 loc) • 1.26 kB
JSON
{
"name": "jsx",
"version": "0.9.30",
"description": "a faster, safer, easier JavaScript",
"license" : "MIT",
"keywords": ["jsx", "compiler", "altjs"],
"homepage": "http://jsx.github.io/",
"repository" : "git://github.com/jsx/JSX.git",
"bugs" : { "url" : "https://github.com/jsx/JSX/issues" },
"preferGlobal" : true,
"author": {
"name": "Kazuho Oku",
"email": "oku.kazuho@dena.jp"
},
"contributors" : [
{
"name": "Goro Fuji (gfx)",
"email": "gfuji@cpan.org"
},
{
"name": "Yuichi Nishiwaki (wasabiz)",
"email": "nishiwaki.yuichi@dena.jp"
}
],
"bin" : {
"jsx" : "./bin/jsx",
"jsx-with-server" : "./bin/jsx-with-server"
},
"directories": {
"bin": "./bin",
"tool": "./tool",
"extlib" : "./extlib",
"web": "./web",
"lib": "./lib",
"src": "./src"
},
"dependencies": {
"source-map": "~ 0.1.22",
"esprima": "~ 1.0.2",
"escodegen": "~ 0.0.20",
"esmangle": "~ 0.0.14"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts" : {
"postpublish" : "node tool/bootstrap-compiler.js --run tool/postpublish.jsx",
"preinstall" : "node tool/bootstrap-compiler.js --run tool/preinstall.jsx"
}
}