-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 881 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 881 Bytes
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
{
"name": "browser-support",
"version": "0.0.0",
"description": "Ensure HTML5, CSS3 and modern JavaScript support on the old browsers. Coding zen in harmony, even with the old browsers :)",
"main": "./src/index.js",
"keywords": [
"polyfill",
"shim",
"browser",
"support",
"dom",
"html5",
"css3",
"front",
"es6",
"es7"
],
"homepage": "http://bindux.com/browser-support",
"author": {
"name": "Nicolas Tallefourtane",
"url": "http://nicolab.net"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/bindux/browser-support/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git@github.com:bindux/browser-support.git"
},
"bugs": "https://github.com/bindux/browser-support/issues",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}