forked from eligrey/classList.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 681 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 681 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
{
"name": "classlist.js",
"version": "1.1.20150312",
"description": "Cross-browser JavaScript shim that fully implements element.classList (referenced on MDN)",
"main": "classList.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "bash ./script/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eligrey/classList.js.git"
},
"keywords": [
"classList",
"polyfill",
"shim",
"cross-browser"
],
"author": "me@eligrey.com",
"license": "Public Domain",
"bugs": {
"url": "https://github.com/eligrey/classList.js/issues"
},
"homepage": "https://github.com/eligrey/classList.js#readme"
}