-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "talk-iconfonts",
"version": "1.0.7",
"description": "Iconfonts library and generator of Talk",
"devDependencies": {
"browser-sync": "^2.11.1",
"coffee-script": "^1.10.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-consolidate": "^0.1.2",
"gulp-cssbeautify": "^0.1.3",
"gulp-csscomb": "^3.0.6",
"gulp-cssnano": "^2.1.1",
"gulp-htmlmin": "^1.3.0",
"gulp-iconfont": "^6.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sketch": "^0.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"lodash": "^4.5.1",
"npm-which": "^2.0.0",
"run-sequence": "^1.1.5"
},
"scripts": {
"build": "./node_modules/.bin/gulp build",
"prepublish": "npm run build"
},
"keywords": [
"icon",
"fonts",
"iconfonts",
"Talk",
"简聊"
],
"repository": {
"type": "git",
"url": "[email protected]:talk/talk-icon-fonts.git"
},
"author": "简聊",
"license": "MIT"
}