-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathpackage.json
33 lines (33 loc) · 828 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
{
"name": "inkscape-open-symbols",
"version": "1.0.0",
"description": "Open source icon sets to use as Inkscape symbols",
"main": "gulpfile.js",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-cheerio": "^0.6.3",
"gulp-rename": "^1.4.0",
"gulp-svg-symbols": "^2.0.2",
"gulp-util": "^3.0.8"
},
"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",
"icons",
"pictograms"
],
"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"
}