-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathpackage.json
43 lines (43 loc) · 901 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
41
42
43
{
"name": "hyperx",
"version": "3.0.1",
"description": "tagged template string virtual dom builder",
"main": "index.js",
"scripts": {
"test": "tape test/*.js",
"coverage": "covert test/*.js"
},
"keywords": [
"jsx",
"virtual-dom",
"vdom",
"react",
"hyperscript",
"template string",
"template",
"es6"
],
"author": "substack",
"license": "BSD",
"devDependencies": {
"covert": "^1.1.0",
"hyperscript": "^2.0.2",
"tape": "^5.4.0",
"virtual-dom": "^2.1.1"
},
"dependencies": {
"hyperscript-attribute-to-property": "^1.0.0"
},
"directories": {
"example": "example",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/choojs/hyperx.git"
},
"bugs": {
"url": "https://github.com/choojs/hyperx/issues"
},
"homepage": "https://github.com/choojs/hyperx#readme"
}