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