-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
43 lines (43 loc) · 1003 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
39
40
41
42
43
{
"name": "icons.css",
"version": "0.1.0",
"homepage": "http://picturepan2.github.io/icons.css",
"author": "Yan Zhu <[email protected]>",
"description": "Icons.css:",
"main": "dist/icons.css",
"repository": {
"type": "git",
"url": "https://github.com/picturepan2/icons.css.git"
},
"license": "MIT",
"keywords": [
"css",
"icon",
"mobile-friendly",
"front-end",
"sass",
"modern"
],
"bugs": {
"url": "https://github.com/picturepan2/icons.css/issues"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "latest",
"gulp-clean-css": "latest",
"gulp-csscomb": "latest",
"gulp-pug": "latest",
"gulp-rename": "latest",
"gulp-sass": "latest",
"jstransformer-highlight": "latest",
"jstransformer-markdown-it": "latest"
},
"browserslist": [
"last 4 Chrome versions",
"Edge >= 12",
"Firefox ESR",
"last 4 Safari versions",
"last 4 Opera versions",
"Explorer >= 10"
]
}