forked from Modernizr/Modernizr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.31 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": "Modernizr",
"version": "3.0.0pre",
"description": "Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.",
"directories": {
"test": "test"
},
"dependencies": {
"file": "0.2.1",
"mkdirp": "~0.3.4",
"optimist": "~0.3.5",
"requirejs": "~2.1.4",
"underscore": "~1.4.4",
"marked": "~0.2.8"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-qunit": "~0.2.0",
"grunt-contrib-requirejs": "~0.4.0"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/Modernizr/Modernizr.git"
},
"bugs": {
"url": "https://github.com/Modernizr/Modernizr/issues"
},
"keywords": [
"html5",
"css3",
"browser",
"feature detection"
],
"author": {
"name": "Modernizr",
"url": "http://modernizr.com/"
},
"contributors": [
{ "name": "Faruk Ates" },
{ "name": "Paul Irish" },
{ "name": "Alex Sexton" },
{ "name": "Ryan Seddon" },
{ "name": "Alexander Farkas" },
{ "name": "Ben Alman" },
{ "name": "Stu Cox" }
],
"license": "MIT"
}