2013-05-29 12:46:11 -07:00
|
|
|
{
|
|
|
|
|
"name": "react-tools",
|
2014-02-19 11:34:03 -08:00
|
|
|
"description": "A set of complementary tools to React, including the JSX transformer.",
|
2015-05-27 16:47:35 -07:00
|
|
|
"version": "0.14.0-alpha3",
|
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
|
|
|
],
|
2015-04-18 15:41:56 -07:00
|
|
|
"homepage": "https://facebook.github.io/react",
|
2013-05-29 12:46:11 -07:00
|
|
|
"bugs": "https://github.com/facebook/react/issues",
|
2014-10-08 17:27:59 -07:00
|
|
|
"license": "BSD-3-Clause",
|
2013-05-29 12:46:11 -07:00
|
|
|
"files": [
|
|
|
|
|
"main.js",
|
|
|
|
|
"bin/jsx",
|
2015-04-28 15:14:42 -07:00
|
|
|
"src/"
|
2013-05-29 12:46:11 -07:00
|
|
|
],
|
|
|
|
|
"main": "main.js",
|
|
|
|
|
"bin": {
|
|
|
|
|
"jsx": "./bin/jsx"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/facebook/react"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2014-08-18 15:11:02 -07:00
|
|
|
"commoner": "^0.10.0",
|
2015-04-28 15:14:42 -07:00
|
|
|
"jstransform": "^11.0.0"
|
2013-05-29 12:46:11 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2015-06-05 10:18:38 -07:00
|
|
|
"babel": "^5.5.5",
|
|
|
|
|
"babel-eslint": "^3.1.14",
|
2013-12-17 00:25:05 -05:00
|
|
|
"benchmark": "~1.0.0",
|
2015-02-22 12:58:41 -08:00
|
|
|
"browserify": "^9.0.3",
|
2014-12-30 22:57:47 -08:00
|
|
|
"bundle-collapser": "^1.1.1",
|
2015-01-26 02:19:35 -08:00
|
|
|
"coffee-script": "^1.8.0",
|
2014-01-16 11:42:48 -08:00
|
|
|
"coverify": "~1.0.4",
|
2015-03-08 23:43:47 -04:00
|
|
|
"derequire": "^2.0.0",
|
2014-09-30 15:22:17 -07:00
|
|
|
"envify": "^3.0.0",
|
2014-07-12 19:09:00 -07:00
|
|
|
"es5-shim": "^4.0.0",
|
2015-06-05 10:18:38 -07:00
|
|
|
"eslint": "^0.22.1",
|
2015-06-02 10:43:42 -07:00
|
|
|
"eslint-plugin-react": "^2.5.0",
|
2015-06-04 17:04:45 -07:00
|
|
|
"eslint-plugin-react-internal": "file:eslint-rules",
|
2015-06-03 15:09:50 -07:00
|
|
|
"eslint-tester": "^0.7.0",
|
2014-01-17 09:33:09 -08:00
|
|
|
"grunt": "~0.4.2",
|
2015-04-22 13:00:42 -07:00
|
|
|
"grunt-cli": "^0.1.13",
|
2013-12-28 23:41:54 -07:00
|
|
|
"grunt-compare-size": "~0.4.0",
|
2014-09-30 15:22:17 -07:00
|
|
|
"grunt-contrib-clean": "^0.6.0",
|
2015-01-13 11:23:06 -08:00
|
|
|
"grunt-contrib-compress": "^0.13.0",
|
2014-01-16 11:42:48 -08:00
|
|
|
"grunt-contrib-connect": "~0.6.0",
|
2015-01-27 17:59:05 -08:00
|
|
|
"grunt-jest": "^0.1.2",
|
2013-12-28 23:41:54 -07:00
|
|
|
"gzip-js": "~0.3.2",
|
|
|
|
|
"jasmine-tapreporter": "~0.2.2",
|
2015-06-11 11:01:00 -07:00
|
|
|
"jest-cli": "^0.4.11",
|
2013-08-27 14:46:06 -07:00
|
|
|
"optimist": "~0.6.0",
|
2013-11-06 17:00:25 -05:00
|
|
|
"phantomjs": "~1.9",
|
2014-06-17 14:21:24 -07:00
|
|
|
"platform": "^1.1.0",
|
2013-12-28 23:41:54 -07:00
|
|
|
"populist": "~0.1.6",
|
|
|
|
|
"sauce-tunnel": "~1.1.0",
|
2013-05-30 10:42:01 -04:00
|
|
|
"tmp": "~0.0.18",
|
2015-02-01 22:41:00 -08:00
|
|
|
"typescript": "^1.4.0",
|
2015-04-13 12:49:45 -07:00
|
|
|
"uglify-js": "^2.4.20",
|
2015-02-22 12:58:41 -08:00
|
|
|
"uglifyify": "^3.0.1",
|
2013-12-28 23:41:54 -07:00
|
|
|
"wd": "~0.2.6"
|
2013-05-29 12:46:11 -07:00
|
|
|
},
|
2013-06-27 13:09:29 -07:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
|
},
|
2013-11-13 18:02:23 -05:00
|
|
|
"preferGlobal": true,
|
2013-12-04 16:47:13 -05:00
|
|
|
"commonerConfig": {
|
2015-05-21 19:08:18 -07:00
|
|
|
"version": 7
|
2014-02-20 13:10:05 -08:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2014-11-25 15:07:46 -08:00
|
|
|
"test": "jest",
|
2014-12-04 16:21:43 -08:00
|
|
|
"jest": "jest",
|
2015-06-04 13:20:42 -07:00
|
|
|
"lint": "grunt lint",
|
2015-01-21 17:22:31 -08:00
|
|
|
"build": "grunt build"
|
2014-05-13 00:40:29 -07:00
|
|
|
},
|
|
|
|
|
"jest": {
|
2014-08-30 01:08:57 -07:00
|
|
|
"rootDir": "",
|
|
|
|
|
"scriptPreprocessor": "jest/preprocessor.js",
|
|
|
|
|
"setupEnvScriptFile": "jest/environment.js",
|
2015-01-27 19:17:31 -08:00
|
|
|
"persistModuleRegistryBetweenSpecs": true,
|
2015-01-26 02:19:35 -08:00
|
|
|
"testFileExtensions": [
|
|
|
|
|
"js",
|
2015-01-26 16:59:11 -08:00
|
|
|
"coffee",
|
|
|
|
|
"ts"
|
2015-01-26 02:19:35 -08:00
|
|
|
],
|
2014-09-30 15:22:17 -07:00
|
|
|
"modulePathIgnorePatterns": [
|
|
|
|
|
"/build/",
|
|
|
|
|
"/node_modules/",
|
|
|
|
|
"/.module-cache/"
|
|
|
|
|
],
|
2015-03-25 16:48:43 -07:00
|
|
|
"testPathDirs": [
|
2015-05-13 10:52:51 -07:00
|
|
|
"<rootDir>/src"
|
2014-09-30 15:22:17 -07:00
|
|
|
],
|
|
|
|
|
"unmockedModulePathPatterns": [
|
|
|
|
|
""
|
|
|
|
|
]
|
2013-11-13 18:02:23 -05:00
|
|
|
}
|
2013-05-29 12:46:11 -07:00
|
|
|
}
|