forked from picturepan2/devices.css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 905 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
35
36
37
38
{
"name": "devices.css",
"version": "0.1.15",
"homepage": "http://picturepan2.github.io/devices.css",
"author": "Yan Zhu <[email protected]>",
"description": "Devices.css: Modern devices in pure CSS.",
"main": "dist/devices.css",
"repository": {
"type": "git",
"url": "https://github.com/picturepan2/devices.css.git"
},
"license": "MIT",
"keywords": [
"css",
"pure-css",
"devices",
"responsive"
],
"bugs": {
"url": "https://github.com/picturepan2/devices.css/issues"
},
"devDependencies": {
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-clean-css": "^3.7.0",
"gulp-csscomb": "^3.0.8",
"gulp-rename": "^1.2.2",
"gulp-sass": "latest"
},
"browserslist": [
"last 4 Chrome versions",
"Edge >= 12",
"Firefox ESR",
"last 4 Safari versions",
"last 4 Opera versions",
"Explorer >= 10"
]
}