-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 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
45
46
{
"name": "react-shadow-dom",
"version": "0.0.3",
"description": "React Shadow DOM is a tiny JavaScript library to use ReactJS in HTML markup through Shadow DOM.",
"main": "react-shadow-dom.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3axap4eHko/react-shadow-dom.git"
},
"keywords": [
"react",
"reactjs",
"shadow",
"shadowdom",
"dom"
],
"author": "Ivan Zakharchenko <[email protected]> (http://potofcode.com/)",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"engines": {
"node": ">= 5.*"
},
"bugs": {
"url": "https://github.com/3axap4eHko/react-shadow-dom/issues"
},
"homepage": "https://github.com/3axap4eHko/react-shadow-dom#readme",
"dependencies": {
"react": "^0.14.3",
"react-dom": "^0.14.3"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1"
}
}