react/package.json

60 lines
1.3 KiB
JSON
Raw Normal View History

2013-05-30 03:46:11 +08:00
{
"name": "react-tools",
2013-05-31 03:14:43 +08:00
"version": "0.3.1",
2013-05-30 03:46:11 +08:00
"keywords": [
"clientside"
],
"homepage": "https://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/",
2013-05-30 03:46:11 +08:00
"vendor/fbtransform/",
"vendor/woodchipper.js"
],
"main": "main.js",
"bin": {
"jsx": "./bin/jsx"
},
"repository": {
"type": "git",
"url": "https://github.com/facebook/react"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"base62": "~0.1.1",
"commoner": "~0.6.8",
"esprima": "git://github.com/facebook/esprima#fb-harmony",
"recast": "~0.3.3",
"source-map": "~0.1.22"
2013-05-30 03:46:11 +08:00
},
"devDependencies": {
"browserify": "~2.14.2",
"wrapup": "~0.12.0",
"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.5.4",
"optimist": "~0.4.0",
"phantomjs": ">= 1.9.0",
"semver": ">= 1.1.4",
"uglify-js": "~2.3.6",
"grunt-contrib-clean": "~0.4.1",
"grunt-compare-size": "~0.4.0",
"gzip-js": "~0.3.2",
"tmp": "~0.0.18",
2013-05-30 03:46:11 +08:00
"grunt-contrib-compress": "~0.5.1"
},
"preferGlobal": true
}