-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpackage.json
42 lines (42 loc) · 970 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
{
"name": "dom4",
"title": "DOM4",
"description": "a fully tested and covered polyfill for new DOM Level 4 entries",
"version": "2.1.6",
"unpkg": "build/dom4.js",
"main": "build/dom4.max.js",
"homepage": "https://github.com/WebReflection/dom4",
"author": {
"name": "Andrea Giammarchi",
"url": "http://webreflection.blogspot.com"
},
"repository": {
"type": "git",
"url": "https://github.com/WebReflection/dom4.git"
},
"keywords": [
"DOM",
"Level 4",
"classList",
"CustomEvent",
"DOM4"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
}
],
"scripts": {
"test": "node testrunner.js",
"web": "node node_modules/tiny-cdn/tiny-cdn run -p=1337"
},
"dependencies": {},
"devDependencies": {
"jshint": "^2.9.5",
"nightmare": "^3.0.1",
"tiny-cdn": "^0.7.0",
"uglify-js": "^2.8.29",
"wru": "^0.3.0"
}
}