-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 995 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 995 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
40
41
42
{
"name": "hyperapp-customelements",
"version": "0.0.2",
"description": "W3C Web Components Custom Elements library for hyperapp",
"main": "index.js",
"scripts": {
"test": "standard",
"build": "bin/build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidjamesstone/hyperapp-customelements.git"
},
"keywords": [
"hyperapp",
"custom elements",
"web components"
],
"author": "davidjamesstone",
"license": "ISC",
"bugs": {
"url": "https://github.com/davidjamesstone/hyperapp-customelements/issues"
},
"homepage": "https://github.com/davidjamesstone/hyperapp-customelements#readme",
"peerDependencies": {
"hyperapp": "^1.0.2"
},
"devDependencies": {
"browserify": "^15.2.0",
"ce-v0": "^0.2.2",
"exorcist": "^1.0.1",
"hyperapp": "^1.1.2",
"hyperviewify": "^1.0.0",
"standard": "^10.0.3"
},
"standard": {
"ignore": [
"docs/app/build.js"
]
},
"dependencies": {}
}