forked from paulmillr/es6-shim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 933 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
{
"author": "Paul Miller (http://paulmillr.com/)",
"name": "es6-shim",
"description": "ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines",
"version": "0.7.0",
"homepage": "https://github.com/paulmillr/es6-shim/",
"repository": {
"type": "git",
"url": "git://github.com/paulmillr/es6-shim.git"
},
"main": "es6-shim",
"scripts": {
"test": "mocha --require test/test_helpers.js"
},
"testling": {
"files": "es6-shim.js",
"harness": "mocha",
"browsers": [
"iexplore/6.0..latest",
"firefox/3.0",
"firefox/15.0..latest",
"firefox/nightly",
"chrome/4.0",
"chrome/23.0..latest",
"chrome/canary",
"opera/10.0..latest",
"opera/next",
"safari/5.0.5..latest",
"ipad/6.0..latest",
"iphone/6.0..latest"
]
},
"dependencies": {},
"devDependencies": {
"mocha": "1.9.0",
"chai": "1.5.0"
}
}