forked from evil-icons/evil-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 920 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
37
38
39
{
"name": "evil-icons",
"version": "1.10.1",
"description": "Evil Icons is a set of SVG icons designed extensively for using in modern web projects",
"main": "evil-icons.js",
"jsdelivr": "assets/evil-icons.min.js",
"scripts": {
"test": "./node_modules/.bin/jscs evil-icons.js test && ./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/outpunk/evil-icons.git"
},
"keywords": [
"icons",
"svg",
"sprite"
],
"author": "Alexander Madyankin <[email protected]>",
"contributors": [
{
"name": "Alexander Madyankin"
},
{
"name": "Roman Shamin"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/outpunk/evil-icons/issues"
},
"homepage": "http://evil-icons.io",
"devDependencies": {
"jscs": "^1.13.0",
"libxmljs": "^0.14.0",
"mocha": "^2.2.4",
"svgo": "^0.5.0"
}
}