-
Notifications
You must be signed in to change notification settings - Fork 100
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 KB
/
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
41
42
43
44
{
"name": "htmltojsx",
"version": "0.3.1-dev",
"description": "Converts HTML to JSX for use with React",
"main": "src/htmltojsx.js",
"bin": "src/cli.js",
"dependencies": {
"react": "~15.4.1",
"react-dom": "~15.4.1",
"yargs": "~4.6.0",
"jsdom-no-contextify": "~3.1.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"del": "~2.2.0",
"gulp": "~3.9.0",
"gulp-babel": "^6.1.2",
"gulp-gh-pages": "~0.5.4",
"gulp-livereload": "~3.8.1",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~1.5.1",
"gulp-webpack": "~1.5.0",
"merge-stream": "~1.0.0",
"webpack": "~1.13.0"
},
"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"
}