forked from Modernizr/Modernizr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 2.4 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "modernizr",
"version": "3.5.0",
"description": "Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.",
"directories": {
"test": "test"
},
"dependencies": {
"doctrine": "1.2.3",
"file": "0.2.2",
"find-parent-dir": "0.3.0",
"lodash": "4.17.10",
"mkdirp": "0.5.1",
"remarkable": "^1.6.2",
"requirejs": "2.1.22",
"yargs": "7.0.2"
},
"devDependencies": {
"@alrra/travis-scripts": "^3.0.1",
"eslint": "^4.19.1",
"eslint-plugin-jsdoc": "^3.6.3",
"expect.js": "^0.3.1",
"grunt": "^1.0.2",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-pug": "^1.0.0",
"grunt-coveralls": "^2.0.0",
"grunt-env": "^0.4.4",
"grunt-eslint": "^20.1.0",
"grunt-istanbul": "^0.8.0",
"grunt-mocha": "^0.4.15",
"grunt-mocha-test": "^0.12.7",
"grunt-saucelabs": "^9.0.0",
"joi": "^6.10.0",
"jquery": "^1.12.4",
"json3": "^3.3.2",
"load-grunt-tasks": "^3.5.2",
"mocha": "^5.1.1",
"proxyquire": "^2.0.1",
"serve-static": "^1.13.2"
},
"scripts": {
"test": "grunt test --stack"
},
"main": "./lib/cli",
"bin": "./bin/modernizr",
"repository": {
"type": "git",
"url": "git://github.com/Modernizr/Modernizr.git"
},
"bugs": {
"url": "https://github.com/Modernizr/Modernizr/issues"
},
"inch": {
"files": {
"included": [
"feature-detects/",
"src/"
]
}
},
"keywords": [
"html5",
"css3",
"browser",
"feature detection"
],
"author": {
"name": "Modernizr",
"url": "https://modernizr.com/"
},
"contributors": [
{
"name": "Faruk Ates",
"url": "https://twitter.com/KuraFire"
},
{
"name": "Paul Irish",
"url": "https://twitter.com/paul_irish"
},
{
"name": "Alex Sexton",
"url": "https://twitter.com/SlexAxton"
},
{
"name": "Ryan Seddon",
"url": "https://twitter.com/ryanseddon"
},
{
"name": "Patrick Kettner",
"url": "https://twitter.com/patrickkettner"
},
{
"name": "Stu Cox",
"url": "https://twitter.com/stucoxmedia"
},
{
"name": "Richard Herrera",
"url": "https://twitter.com/doctyper"
}
],
"greenkeeper": {
"ignore": [
"joi",
"grunt-eslint"
]
},
"license": "MIT"
}