forked from PanderMusubi/inkscape-open-symbols
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 819 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
{
"name": "inkscape-open-symbols",
"version": "1.0.0",
"description": "Open source icon sets to use as Inkscape symbols",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-cheerio": "^0.6.2",
"gulp-rename": "^1.2.2",
"gulp-svg-symbols": "^2.0.2",
"gulp-util": "^3.0.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xaviju/inkscape-open-symbols.git"
},
"keywords": [
"inkscape",
"open",
"symbols"
],
"author": "Xaviju",
"license": "SEE LICENSE IN LICENSE.txt",
"bugs": {
"url": "https://github.com/Xaviju/inkscape-open-symbols/issues"
},
"homepage": "https://github.com/Xaviju/inkscape-open-symbols#readme"
}