-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1000 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
40
41
42
43
44
45
46
47
48
49
{
"name": "xcssmatrix",
"version": "0.2.2",
"description": "Cross-browser, spec compliant, XCSSMatrix shim.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/jfsiii/XCSSMatrix.git"
},
"homepage": "https://github.com/jfsiii/XCSSMatrix",
"keywords": [
"matrix",
"CSS",
"CSSMatrix",
"WebKitCSSMatrix"
],
"author": "John Schulz (http://JFSIII.org)",
"licenses": [
{
"type": "MIT",
"url": "http://jfsiii.mit-license.org"
}
],
"devDependencies": {
"tape": "1.x",
"testling": "~1.5.1"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/6..latest",
"chrome/4..latest",
"firefox/3..latest",
"safari/4..latest",
"opera/11..latest",
"iphone/3..latest",
"ipad/3..latest"
]
},
"readmeFilename": "README.md",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"test": "tape test/*.js"
},
"license": "MIT"
}