react/package.json

69 lines
1.5 KiB
JSON
Raw Normal View History

2013-05-30 03:46:11 +08:00
{
"name": "react-tools",
2013-10-16 13:39:28 +08:00
"version": "0.6.0-alpha",
2013-05-30 03:46:11 +08:00
"keywords": [
"react",
"jsx",
"transformer",
"view"
2013-05-30 03:46:11 +08:00
],
"homepage": "http://facebook.github.io/react",
2013-05-30 03:46:11 +08:00
"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/",
2013-05-30 03:46:11 +08:00
"vendor/fbtransform/",
"vendor/constants.js"
2013-05-30 03:46:11 +08:00
],
"main": "main.js",
"bin": {
"jsx": "./bin/jsx"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/react"
},
"dependencies": {
"commoner": "~0.8.8",
2013-11-09 05:45:27 +08:00
"esprima-fb": "~2001.1001.0-dev-harmony-fb",
"jstransform": "~2.0.1"
2013-05-30 03:46:11 +08:00
},
"devDependencies": {
2013-10-16 12:27:26 +08:00
"browserify": "~2.34.1",
"populist": "~0.1.5",
"grunt-cli": "~0.1.9",
2013-05-30 03:46:11 +08:00
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"optimist": "~0.6.0",
2013-11-07 06:00:25 +08:00
"phantomjs": "~1.9",
"recast": "~0.4.24",
"semver": "~2.1.0",
"uglify-js": "~2.4.0",
"grunt-contrib-clean": "~0.5.0",
2013-05-30 03:46:11 +08:00
"grunt-compare-size": "~0.4.0",
"gzip-js": "~0.3.2",
"tmp": "~0.0.18",
2013-10-29 04:38:35 +08:00
"grunt-contrib-compress": "~0.5.1",
2013-10-30 06:21:49 +08:00
"jasmine-tapreporter": "~0.2.2",
2013-11-01 01:27:37 +08:00
"grunt-contrib-connect": "~0.5.0",
2013-11-01 06:58:25 +08:00
"es5-shim": "~2.1.0",
2013-11-08 03:57:53 +08:00
"wd": "~0.2.2",
2013-11-16 05:27:01 +08:00
"sauce-tunnel": "~1.1.0",
"coverify": "~0.1.1"
2013-05-30 03:46:11 +08:00
},
"engines": {
"node": ">=0.10.0"
},
2013-05-30 03:46:11 +08:00
"preferGlobal": true
}