-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 738 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "cssclass",
"main": "CSSClass.min.js",
"description": "A leightweight (0.3kB) extension to the Element prototype to allow checking, adding, removing and toggling classes.",
"version": "1.1.0",
"keywords": ["css", "class", "classes", "cssclass", "classlist", "ender"],
"homepage": "http://earmaster.github.com/CSSClass/",
"author": "Nico Wiedemann",
"maintainers": [{
"name": "Nico Wiedemann",
"email": "nico.wiedemann@gmx.de",
"web": "http://www.offen-siv.de"
}],
"repository": {
"type": "git",
"url": "https://github.com/EarMaster/CSSClass"
},
"bugs": { "web": "https://github.com/EarMaster/CSSClass/issues" },
"licenses": {
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
}