-
Notifications
You must be signed in to change notification settings - Fork 353
/
package.json
54 lines (54 loc) · 1.57 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "svg4everybody",
"version": "2.1.9",
"description": "Use external SVG spritemaps in any browser",
"main": "dist/svg4everybody.js",
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^17.3.1",
"grunt-jscs": "^2.7.0",
"grunt-umd": "^2.4.0",
"load-grunt-tasks": "^3.4.0"
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"build": "grunt build",
"clean": "git checkout dist/svg4everybody.js && git checkout dist/svg4everybody.min.js && git checkout dist/svg4everybody.legacy.js && git checkout dist/svg4everybody.legacy.min.js",
"test": "grunt test",
"watch": "grunt build:watch"
},
"repository": "jonathantneal/svg4everybody",
"keywords": [
"contents",
"defs",
"externals",
"fallbacks",
"icons",
"ie8s",
"ie9s",
"oldies",
"safaris",
"sprites",
"spritemaps",
"svgs",
"symbols",
"uses"
],
"author": "Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com)",
"contributors": [
"Federico Brigante (https://github.com/bfred-it)",
"Matija Marohnić (https://github.com/silvenon)",
"Michał Rumanek (https://github.com/michal-rumanek)",
"Oleg Andreyev (https://github.com/oleg-andreyev)",
"Shawn Allen (https://github.com/shawnbot)"
],
"license": "CC0-1.0",
"bugs": "https://github.com/jonathantneal/svg4everybody/issues",
"homepage": "https://github.com/jonathantneal/svg4everybody#readme"
}