forked from reactjs/react-magic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 973 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
40
{
"name": "htmltojsx",
"version": "0.2.5-dev",
"description": "Converts HTML to JSX for use with React",
"main": "src/htmltojsx.js",
"bin": "src/cli.js",
"dependencies": {
"react": "~0.13.0",
"yargs": "~1.3.1",
"jsdom-no-contextify": "~3.1.0"
},
"devDependencies": {
"gulp": "~3.8.7",
"webpack": "~1.4.0-beta3",
"gulp-webpack": "~0.3.0",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~1.0.1",
"gulp-gh-pages": "~0.3.3",
"merge-stream": "~0.1.5",
"del": "~0.1.2",
"gulp-livereload": "~2.1.1"
},
"repository": {
"type": "git",
"url": "git://github.com/reactjs/react-magic.git"
},
"keywords": [
"react",
"jsx",
"htmltojsx",
"html",
"react-component"
],
"author": "Daniel Lo Nigro <[email protected]> (http://dan.cx/)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/reactjs/react-magic/issues"
},
"homepage": "https://github.com/reactjs/react-magic"
}