-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 857 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
{
"name": "icon_cleaner",
"version": "0.1.1",
"description": "Giving credit to creatives is easier than ever! Icon Cleaner collects attribution details from icons obtained from the awesome Noun Project and writes the data to a single file. Icon Cleaner also removes that information from the SVG and makes other aesthetic improvements to the SVG.",
"main": "icon_cleaner.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "rashanjibowu/icon_cleaner",
"keywords": [
"icon",
"noun project",
"attribution",
"clean"
],
"bugs": "https://github.com/rashanjibowu/icon_cleaner/issues",
"bin": "./icon_cleaner.js",
"preferGlobal": true,
"author": "Rashan Jibowu",
"license": "MIT",
"devDependencies": {},
"dependencies": {
"colors": "^1.1.2",
"mkdirp": "^0.5.1"
}
}