react / react-0.13.3 / examples / basic-commonjs / node_modules / reactify / node_modules / react-tools / package.json
81147 views{1"name": "react-tools",2"description": "A set of complementary tools to React, including the JSX transformer.",3"version": "0.12.2",4"keywords": [5"react",6"jsx",7"transformer",8"view"9],10"homepage": "http://facebook.github.io/react",11"bugs": {12"url": "https://github.com/facebook/react/issues"13},14"license": "BSD-3-Clause",15"files": [16"main.js",17"bin/jsx",18"src/",19"vendor/fbtransform/"20],21"main": "main.js",22"bin": {23"jsx": "./bin/jsx"24},25"repository": {26"type": "git",27"url": "https://github.com/facebook/react"28},29"dependencies": {30"commoner": "^0.10.0",31"jstransform": "^8.2.0"32},33"devDependencies": {34"benchmark": "~1.0.0",35"browserify": "^6.1.0",36"coverify": "~1.0.4",37"derequire": "^1.2.0",38"envify": "^3.0.0",39"es3ify": "~0.1.2",40"es5-shim": "^4.0.0",41"grunt": "~0.4.2",42"grunt-cli": "~0.1.9",43"grunt-compare-size": "~0.4.0",44"grunt-contrib-clean": "^0.6.0",45"grunt-contrib-compress": "^0.12.0",46"grunt-contrib-connect": "~0.6.0",47"grunt-contrib-copy": "^0.6.0",48"grunt-contrib-jshint": "^0.10.0",49"gzip-js": "~0.3.2",50"jasmine-tapreporter": "~0.2.2",51"jest-cli": "~0.1.5",52"lodash": "~2.4.1",53"optimist": "~0.6.0",54"phantomjs": "~1.9",55"platform": "^1.1.0",56"populist": "~0.1.6",57"recast": "^0.7.2",58"sauce-tunnel": "~1.1.0",59"tmp": "~0.0.18",60"uglify-js": "~2.4.0",61"uglifyify": "^2.4.0",62"wd": "~0.2.6"63},64"engines": {65"node": ">=0.10.0"66},67"preferGlobal": true,68"commonerConfig": {69"version": 470},71"scripts": {72"test": "grunt test",73"jest": "jest"74},75"jest": {76"rootDir": "",77"scriptPreprocessor": "jest/preprocessor.js",78"setupEnvScriptFile": "jest/environment.js",79"modulePathIgnorePatterns": [80"/build/",81"/node_modules/",82"/.module-cache/"83],84"testPathIgnorePatterns": [85"/build/",86"/node_modules/"87],88"unmockedModulePathPatterns": [89""90]91},92"_id": "[email protected]",93"_shasum": "92e55a24f8412df6583555dd96ceb8cdb24ae86e",94"_resolved": "https://registry.npmjs.org/react-tools/-/react-tools-0.12.2.tgz",95"_from": "react-tools@>=0.12.1 <0.13.0",96"_npmVersion": "2.1.11",97"_nodeVersion": "0.10.32",98"_npmUser": {99"name": "zpao",100"email": "[email protected]"101},102"maintainers": [103{104"name": "zpao",105"email": "[email protected]"106},107{108"name": "jeffmo",109"email": "[email protected]"110}111],112"dist": {113"shasum": "92e55a24f8412df6583555dd96ceb8cdb24ae86e",114"tarball": "http://registry.npmjs.org/react-tools/-/react-tools-0.12.2.tgz"115},116"directories": {}117}118119120