-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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
{
"name": "custom-attributes",
"version": "1.1.3",
"description": "Custom attributes, like custom elements, but for attributes",
"main": "index.js",
"@pika/pack": {
"pipeline": [
["@pika/plugin-standard-pkg"],
["@pika/plugin-build-web"],
["@pika/plugin-build-umd", {"name": "customAttributes"}]
]
},
"directories": {
"test": "test"
},
"scripts": {
"build": "pack build",
"test": "testee test/connect.html test/disconnect.html test/change.html --browsers firefox"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matthewp/custom-attributes.git"
},
"keywords": [
"web",
"components"
],
"author": "Matthew Phillips",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/matthewp/custom-attributes/issues"
},
"homepage": "https://github.com/matthewp/custom-attributes#readme",
"devDependencies": {
"@pika/pack": "^0.2.2",
"@pika/plugin-build-umd": "^0.3.7",
"@pika/plugin-build-web": "^0.3.7",
"@pika/plugin-standard-pkg": "^0.3.7",
"mocha-test": "^1.0.3",
"rollup": "^0.41.4",
"testee": "^0.3.0",
"webcomponents.js": "^0.7.22"
}
}