2013-05-29 12:46:11 -07:00
|
|
|
{
|
|
|
|
|
"name": "react-tools",
|
2013-10-15 22:39:28 -07:00
|
|
|
"version": "0.6.0-alpha",
|
2013-05-29 12:46:11 -07:00
|
|
|
"keywords": [
|
2013-05-31 16:52:38 -07:00
|
|
|
"react",
|
|
|
|
|
"jsx",
|
|
|
|
|
"transformer",
|
|
|
|
|
"view"
|
2013-05-29 12:46:11 -07:00
|
|
|
],
|
2013-05-31 16:52:38 -07:00
|
|
|
"homepage": "http://facebook.github.io/react",
|
2013-05-29 12:46:11 -07: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",
|
2013-05-31 10:57:40 -07:00
|
|
|
"build/modules/",
|
2013-08-22 22:25:23 -07:00
|
|
|
"src/",
|
2013-05-29 12:46:11 -07:00
|
|
|
"vendor/fbtransform/",
|
2013-06-17 16:27:07 -07:00
|
|
|
"vendor/constants.js"
|
2013-05-29 12:46:11 -07:00
|
|
|
],
|
|
|
|
|
"main": "main.js",
|
|
|
|
|
"bin": {
|
|
|
|
|
"jsx": "./bin/jsx"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/facebook/react"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2013-07-22 18:16:44 -07:00
|
|
|
"test": "grunt build && grunt test"
|
2013-05-29 12:46:11 -07:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2013-07-16 15:42:17 -04:00
|
|
|
"commoner": "~0.8.4",
|
2013-10-15 18:41:28 -07:00
|
|
|
"esprima-fb": "~1001.1001.2000-dev-harmony-fb",
|
|
|
|
|
"jstransform": "~1.0.1"
|
2013-05-29 12:46:11 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2013-10-15 21:27:26 -07:00
|
|
|
"browserify": "~2.34.1",
|
2013-10-31 13:01:55 -04:00
|
|
|
"populist": "~0.1.4",
|
2013-05-29 16:17:49 -07:00
|
|
|
"grunt-cli": "~0.1.9",
|
2013-05-29 12:46:11 -07:00
|
|
|
"grunt": "~0.4.1",
|
|
|
|
|
"grunt-contrib-copy": "~0.4.1",
|
2013-07-09 10:55:56 -07:00
|
|
|
"grunt-contrib-jshint": "~0.6.0",
|
2013-08-27 14:46:06 -07:00
|
|
|
"optimist": "~0.6.0",
|
2013-08-13 15:35:52 -07:00
|
|
|
"phantomjs": "~1.9.1-4",
|
2013-09-11 17:56:42 -04:00
|
|
|
"recast": "~0.4.16",
|
2013-08-27 14:46:06 -07:00
|
|
|
"semver": "~2.1.0",
|
|
|
|
|
"uglify-js": "~2.4.0",
|
|
|
|
|
"grunt-contrib-clean": "~0.5.0",
|
2013-05-29 12:46:11 -07:00
|
|
|
"grunt-compare-size": "~0.4.0",
|
|
|
|
|
"gzip-js": "~0.3.2",
|
2013-05-30 10:42:01 -04:00
|
|
|
"tmp": "~0.0.18",
|
2013-05-29 12:46:11 -07:00
|
|
|
"grunt-contrib-compress": "~0.5.1"
|
|
|
|
|
},
|
2013-06-27 13:09:29 -07:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
|
},
|
2013-05-29 12:46:11 -07:00
|
|
|
"preferGlobal": true
|
|
|
|
|
}
|