-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
34 lines (34 loc) · 877 Bytes
/
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
{
"name": "caniuse-embed",
"version": "1.4.0",
"description": "Embed up-to-date data from caniuse.com and mozilla browser compat",
"main": "caniuse-embed.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp",
"dev": "netlify dev"
},
"repository": {
"type": "git",
"url": "https://github.com/ireade/caniuse-embed.git"
},
"author": "Ire Aderinokun",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/ireade/caniuse-embed/issues"
},
"homepage": "https://github.com/ireade/caniuse-embed",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-connect": "^5.7.0",
"gulp-minify-html": "^1.0.6",
"gulp-sass": "^5.0.1",
"gulp-uglifyjs": "^0.6.2",
"gulp-util": "^3.0.8",
"sass": "^1.71.0"
},
"dependencies": {},
"resolutions": {
"graceful-fs": "^4.2.11"
}
}