Files
react/package.json
Ben Newman 1e702f7258 Upgrade Commoner to v0.8.14 for multiple file support.
See [Commoner's README.md](
https://github.com/benjamn/commoner#generating-multiple-files-from-one-source-module)
for further explanation of the new functionality.

Among other potential benefits, this upgrade allows us to generate source
maps as standalone files rather than appending them inline to every
compiled module file under `build/modules/` (see #833).
2014-01-23 15:25:20 -05:00

79 lines
1.7 KiB
JSON

{
"name": "react-tools",
"version": "0.9.0-alpha",
"keywords": [
"react",
"jsx",
"transformer",
"view"
],
"homepage": "http://facebook.github.io/react",
"bugs": "https://github.com/facebook/react/issues",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"files": [
"README.md",
"main.js",
"bin/jsx",
"build/modules/",
"src/",
"vendor/fbtransform/",
"vendor/constants.js"
],
"main": "main.js",
"bin": {
"jsx": "./bin/jsx"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/react"
},
"dependencies": {
"commoner": "~0.8.14",
"esprima-fb": "~2001.1001.0-dev-harmony-fb",
"jstransform": "~2.0.2"
},
"devDependencies": {
"benchmark": "~1.0.0",
"browserify": "~3.20.0",
"coverify": "~1.0.4",
"envify": "~1.0.1",
"es5-shim": "~2.3.0",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.9",
"grunt-compare-size": "~0.4.0",
"grunt-complexity": "~0.1.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.6.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"gzip-js": "~0.3.2",
"jasmine-tapreporter": "~0.2.2",
"lodash": "~2.4.1",
"microtime": "~0.5.1",
"optimist": "~0.6.0",
"phantomjs": "~1.9",
"platform": "~1.0.0",
"populist": "~0.1.6",
"recast": "~0.5.6",
"sauce-tunnel": "~1.1.0",
"semver": "~2.2.1",
"tmp": "~0.0.18",
"uglify-js": "~2.4.0",
"uglifyify": "~1.1.0",
"wd": "~0.2.6"
},
"engines": {
"node": ">=0.10.0"
},
"preferGlobal": true,
"commonerConfig": {
"version": 3
}
}