UNPKG

879 BJSONView Raw
1{
2 "name": "reactify",
3 "version": "0.13.1",
4 "description": "browserify v2 plugin for react from Facebook to support jsx",
5 "main": "index.js",
6 "dependencies": {
7 "jstransform": "^4.0.1",
8 "through": "~2.3.4",
9 "react-tools": ">= 0.9.0"
10 },
11 "devDependencies": {
12 "browserify": "3.x.x",
13 "coffeeify": "~0.x.x",
14 "es6-module-jstransform": "^0.1.3",
15 "jshint": "^2.4.4",
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": "8mayday@gmail.com",
37 "url": "http://andreypopp.com"
38 },
39 "license": "MIT"
40}