UNPKG

jsx

Version:

a faster, safer, easier JavaScript

63 lines (62 loc) 1.36 kB
{ "name": "jsx", "version": "0.9.89", "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", "jsx-profile-server": "./bin/jsx-profile-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", "source-map-support": "~ 0.2.1" }, "engines": { "node": ">= 0.8.0" }, "scripts": { "postpublish": "node tool/bootstrap-compiler.js --run tool/postpublish.jsx" }, "devDependencies": { "grunt-contrib-watch": "~0.4.4", "grunt": "~0.4.1", "grunt-exec": "~0.4.2" } }