-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.03 KB
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
{
"name": "reactive-component",
"version": "0.0.0",
"description": "React-like web components",
"main": "Component.js",
"dependencies": {
"html-to-hyperscript": "^0.8.0",
"virtual-dom": "^2.1.1"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"buffer": "^5.0.6",
"eslint": "^3.19.0",
"events": "^1.1.1",
"eslint-config-fbjs-opensource": "^1.0.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-flowtype": "^2.32.1",
"eslint-plugin-react": "^7.0.0",
"stream-browserify": "^2.0.1",
"util": "^0.10.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jurca/reactive-component.git"
},
"keywords": [
"react",
"web",
"components",
"component"
],
"author": "Martin Jurča <mjurca@centrum.cz>",
"license": "ISC",
"bugs": {
"url": "https://github.com/jurca/reactive-component/issues"
},
"homepage": "https://github.com/jurca/reactive-component#readme"
}