-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathpackage.json
39 lines (39 loc) · 875 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "reactify",
"version": "1.1.1",
"description": "Browserify transform for JSX (a superset of JS used by React.js)",
"main": "index.js",
"dependencies": {
"through": "~2.3.4",
"react-tools": "~0.13.0"
},
"devDependencies": {
"browserify": "4.x.x",
"coffeeify": "~0.x.x",
"es6-module-jstransform": "^0.1.3",
"concat-stream": "~1.4.8",
"jshint": "^2.5.10",
"mocha": "~1.9.0",
"semver": "~1.1.4"
},
"repository": {
"type": "git",
"url": "git://github.com/andreypopp/reactify.git"
},
"homepage": "https://github.com/andreypopp/reactify",
"keywords": [
"react",
"browserify",
"browserify-transform",
"jsx",
"js",
"plugin",
"transform"
],
"author": {
"name": "Andrey Popp",
"email": "[email protected]",
"url": "http://andreypopp.com"
},
"license": "MIT"
}