forked from jsBoot/spitfire.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (48 loc) · 1.16 KB
/
package.json
File metadata and controls
51 lines (48 loc) · 1.16 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
42
43
44
45
46
47
48
49
50
51
{
"name": "Spitfire.js",
"version": "1.0.0-rc1",
"description": "A shims and loaders wrapper library.\nSpitfire provides tests and implementation for a number of patchable browser features, along with a minimalistic API to add more tests.",
"keywords": ["shims", "loader", "es5"],
"maintainers": [
{
"name": "Mangled Deutz",
"email": "dev@webitup.fr",
"web": "http://www.webitup.fr"
}
],
"contributors":[
{
"name": "Mangled Deutz",
"email": "dev@webitup.fr",
"web": "http://www.webitup.fr"
},
{
"name": "Raildecom",
"email": "dev@webitup.fr",
"web": "http://www.webitup.fr"
}
],
"bugs": "https://github.com/jsBoot/spitfire.js/issues",
"licenses": [
{
"type": "MIT",
"url": "http://en.wikipedia.org/wiki/MIT_License"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/jsBoot/spitfire.js.git"
}
],
"dependencies": {
"Airstrip.js": "1.0.x"
},
"homepage": "http://spitfire.jsboot.com",
"directories": {
"src": "src",
"doc": "doc",
"test": "lib/tests",
"lib": "lib"
}
}}