forked from aFarkas/webshim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 797 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 797 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
{
"name": "webshims",
"description": "modular capability-based loading polyfill libary, which extends jQuery with HTML5 features in legacy browsers",
"version": "1.9.4pre",
"keywords": ["webshims", "polyfill", "HTML5"],
"main": "./master/demos/js-webshim/minified/",
"homepage": "http://afarkas.github.com/webshim/demos/index.html",
"authors": [
"Alexander Farkas <info@corrupt-system.de>"
],
"repository": {
"type" : "git",
"url" : "https://github.com/aFarkas/webshim.git"
},
"licenses" : [
{
"type" : "MIT",
"url" : "https://raw.github.com/aFarkas/webshim/master/MIT-LICENSE.txt"
}
],
"dependencies" : {
"jquery" : ">=1.7.2",
"modernizr" : ">=2.6.2"
},
"devDependencies": {
"grunt-css": ">=0.3.2",
"grunt-contrib-copy": ">=0.3.1",
"grunt": ">=0.3.1"
}
}