-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.17 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
45
46
47
{
"name": "custom-element",
"version": "2.1.0",
"description": "Light wrapper for creating custom element prototypes",
"main": "index.js",
"scripts": {
"start": "beefy test.js",
"test": "browserify test.js | smokestack --browser chrome | tap-spec"
},
"author": "Hugh Kennedy <[email protected]>",
"contributors": [
"Tim Oxley <[email protected]>",
"Hugh Kennedy <[email protected]> (http://hughsk.io/)",
"Yoshua Wuyts <[email protected]> (yoshuawuyts.com)"
],
"license": "MIT",
"devDependencies": {
"beefy": "~2.1.1",
"browserify": "~6.3.2",
"domify": "~1.3.1",
"smokestack": "^3.2.2",
"tap-spec": "~1.0.1",
"tape": "~3.0.3",
"webcomponents.js": "^0.6.0"
},
"dependencies": {
"clone": "~0.1.11",
"es6-symbol": "^2.0.1",
"sliced": "0.0.5",
"uuid": "~2.0.1"
},
"keywords": [
"custom",
"element",
"web",
"components",
"browser"
],
"repository": {
"type": "git",
"url": "https://github.com/requireio/custom-element.git"
},
"bugs": {
"url": "https://github.com/requireio/custom-element/issues"
},
"homepage": "https://github.com/requireio/custom-element"
}