Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80698 views
1
{
2
"name": "reactify",
3
"version": "0.17.1",
4
"description": "browserify v2 plugin for react from Facebook to support jsx",
5
"main": "index.js",
6
"dependencies": {
7
"jstransform": "^8.0.0",
8
"through": "~2.3.4",
9
"react-tools": "~0.12.1"
10
},
11
"devDependencies": {
12
"browserify": "4.x.x",
13
"coffeeify": "~0.x.x",
14
"es6-module-jstransform": "^0.1.3",
15
"jshint": "^2.5.10",
16
"mocha": "~1.9.0",
17
"semver": "~1.1.4"
18
},
19
"repository": {
20
"type": "git",
21
"url": "git://github.com/andreypopp/reactify.git"
22
},
23
"homepage": "https://github.com/andreypopp/reactify",
24
"keywords": [
25
"react",
26
"browserify",
27
"browserify-transform",
28
"v2",
29
"jsx",
30
"js",
31
"plugin",
32
"transform"
33
],
34
"author": {
35
"name": "Andrey Popp",
36
"email": "[email protected]",
37
"url": "http://andreypopp.com"
38
},
39
"license": "MIT",
40
"gitHead": "d11dd08298957f0309de3b0b47a9d12b9aa30540",
41
"bugs": {
42
"url": "https://github.com/andreypopp/reactify/issues"
43
},
44
"_id": "[email protected]",
45
"scripts": {},
46
"_shasum": "0a4683cca59a4c7a769579fe2fec0a9bdf81eed6",
47
"_from": "reactify@>=0.17.1 <0.18.0",
48
"_npmVersion": "2.0.0",
49
"_npmUser": {
50
"name": "andreypopp",
51
"email": "[email protected]"
52
},
53
"maintainers": [
54
{
55
"name": "andreypopp",
56
"email": "[email protected]"
57
},
58
{
59
"name": "petehunt",
60
"email": "[email protected]"
61
}
62
],
63
"dist": {
64
"shasum": "0a4683cca59a4c7a769579fe2fec0a9bdf81eed6",
65
"tarball": "http://registry.npmjs.org/reactify/-/reactify-0.17.1.tgz"
66
},
67
"directories": {},
68
"_resolved": "https://registry.npmjs.org/reactify/-/reactify-0.17.1.tgz"
69
}
70
71