-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 850 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
{
"name": "dom-shims",
"version": "0.1.4",
"description": "Shims / polyfills for simple DOM API's missing in not-so-modern browsers.",
"files": [
"index.js",
"lib",
"shim"
],
"devDependencies": {
"karma": "^0.12.22",
"karma-chrome-launcher": "^0.1.4",
"karma-chai-plugins": "^0.2.4",
"karma-cli": "^0.0.4",
"karma-commonjs": "^0.0.11",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.10",
"mocha": "^2.1.0",
"karma-sauce-launcher": "^0.2.10"
},
"scripts": {
"test": "karma start --single-run",
"start": "karma start"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/necolas/dom-shims.git"
},
"keywords": [
"browser",
"dom",
"shim",
"classlist",
"mutation",
"domtokenlist",
"customevent"
]
}