-
Notifications
You must be signed in to change notification settings - Fork 201
/
package.json
56 lines (56 loc) · 1.54 KB
/
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
50
51
52
53
54
55
56
{
"name": "webshim",
"version": "1.16.0",
"title": "Webshims - polyfills jQuery with many HTML5 features",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/aFarkas/webshim/master/MIT-LICENSE.txt"
}
],
"author": {
"name": "Alexander Farkas",
"url": "https://github.com/aFarkas/"
},
"keywords": [
"webshims",
"webshim",
"polyfill",
"HTML5",
"forms",
"audio",
"video",
"validation",
"canvas",
"localstorage",
"geolocation",
"ui",
"widgets",
"getUserMedia"
],
"homepage": "http://afarkas.github.com/webshim/demos/index.html",
"description": "modular capability-based polyfill loading libary, which extends jQuery with HTML5 features in legacy browsers",
"docs": "http://afarkas.github.com/webshim/demos/index.html",
"demo": "http://afarkas.github.com/webshim/demos/index.html",
"bugs": "https://github.com/aFarkas/webshim/issues",
"repository": {
"type": "git",
"url": "https://github.com/aFarkas/webshim.git"
},
"main": "./js-webshim/minified/polyfiller.js",
"devDependencies": {
"phantomjs": ">=1.8.2",
"grunt-css": ">=0.5.4",
"grunt-contrib-concat": ">=0.1.3",
"grunt-contrib-watch": ">=0.3.0",
"grunt-contrib-copy": ">=0.4.0",
"grunt-contrib-uglify": ">=0.2.7",
"grunt": ">=0.4.1",
"grunt-contrib-sass": "~0.8.1",
"grunt-contrib-compress": "~0.7.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-bytesize": "~0.1.1",
"grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-jshint": "~0.10.0"
}
}