-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 916 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 916 Bytes
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
{
"name": "hyperscript-attribute-to-property",
"description": "Convert hyperscript attributes to properties",
"version": "1.0.2",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
},
"bugs": {
"url": "https://github.com/feross/hyperscript-attribute-to-property/issues"
},
"dependencies": {},
"devDependencies": {
"standard": "*",
"tape": "^5.0.0",
"virtual-dom": "^2.1.1"
},
"homepage": "https://github.com/feross/hyperscript-attribute-to-property",
"keywords": [
"es6",
"template",
"template string",
"hyperscript",
"react",
"vdom",
"virtual-dom",
"jsx"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/feross/hyperscript-attribute-to-property.git"
},
"scripts": {
"test": "standard && tape test/*.js"
}
}