-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (38 loc) · 1 KB
/
package.json
File metadata and controls
41 lines (38 loc) · 1 KB
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
{
"name": "IE7.js",
"version": "2.1(beta4)",
"description": "IE7.js is a JavaScript library to make Microsoft Internet Explorer behave like a standards-compliant browser. It fixes many HTML and CSS issues and makes transparent PNG work correctly under IE5 and IE6.",
"keywords": ["ie", "shim"],
"author": "Dean Edwards",
"maintainers": [
{
"name": "Mangled Deutz",
"email": "dev@webitup.fr",
"url": "http://www.webitup.fr"
}
],
"contributors":[],
"bugs": "https://code.google.com/p/ie7-js/issues/list",
"licenses": [
{
"type": "MIT",
"url": "http://en.wikipedia.org/wiki/MIT_License"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/jsBoot/ie7.git"
},
{
"type": "svn",
"url": "http://ie7-js.googlecode.com/svn/trunk/"
}
],
"dependencies": {
},
"homepage": "https://code.google.com/p/ie7-js/",
"directories": {
"src": "src"
}
}