-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 973 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
{
"name": "symbols-for-sketch",
"version": "2.1.0",
"homepage": "https://github.com/cognitom/symbols-for-sketch",
"repository": {
"type": "git",
"url": "git://github.com/cognitom/symbols-for-sketch.git"
},
"description": "Symbol font templates for Sketch.app",
"scripts": {
"start": "gulp watch",
"symbols": "gulp symbols",
"installtool": "curl -L https://raw.githubusercontent.com/cognitom/gulp-sketch/master/install-sketchtool.sh | sudo sh"
},
"private": true,
"keywords": [
"symbol font",
"icon font",
"sketch",
"template"
],
"author": "Tsutomu Kawamura <tsutomu@librize.com>",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.18.2",
"clean-css": "^3.4.24",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.3.2",
"gulp-consolidate": "^0.2.0",
"gulp-iconfont": "^8.0.1",
"gulp-rename": "^1.2.2",
"gulp-sketch": "^1.0.3",
"lodash": "^4.17.2",
"vinyl": "^2.0.1"
}
}