forked from WebReflection/document-register-element
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 KB
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
{
"version": "1.7.0",
"license": "MIT",
"name": "document-register-element",
"description": "A stand-alone working lightweight version of the W3C Custom Elements specification",
"homepage": "https://github.com/WebReflection/document-register-element",
"keywords": [
"Web",
"Components",
"Custom",
"Element",
"Elements",
"DOM",
"W3C",
"Polymer",
"polyfill",
"alternative"
],
"author": {
"name": "Andrea Giammarchi",
"web": "http://webreflection.blogspot.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/WebReflection/document-register-element.git"
},
"main": "./build/document-register-element.node.js",
"browser": "./build/document-register-element.js",
"scripts": {
"test": "phantomjs testrunner.js",
"web": "tiny-cdn run -p=1337"
},
"devDependencies": {
"html-class": "^1.2.0",
"jshint": "^2.9.5",
"phantomjs-prebuilt": "^2.1.14",
"tiny-cdn": "^0.7.0",
"uglify-js": "^2.8.29",
"wru": "^0.3.0"
}
}