-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 842 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
{
"name": "getElementsByClassName",
"version": "0.0.0",
"description": "A **correct** polyfill for getElementsByClassName on IE8.",
"main": "./build/graphene.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "grunt test"
},
"repository": "http://github.com/CamiloMM/getElementsByClassName.git",
"keywords": [
"getElementsByClassName",
"IE8"
],
"author": "Camilo Martin",
"license": "Public Domain",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-closurecompiler": "~0.9.4",
"grunt-string-replace": "~0.2.4",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-qunit": "~0.2.2",
"karma": "canary",
"qunitjs": "~1.11.0",
"karma-qunit": "0.0.1",
"grunt-karma-0.9.1": "~0.4.3",
"karma-ie-launcher": "~0.0.1"
}
}