-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
36 lines (36 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
27
28
29
30
31
32
33
34
35
36
{
"name": "svidget",
"version": "0.3.5",
"description": "Framework for widgetizing SVG on the web.",
"author": "Joe Agster",
"keywords": [
"svg",
"widget",
"visualization",
"html5",
"javascript"
],
"main": "dist/svidget.js",
"repository": {
"type": "git",
"url": "git://github.com/joeax/svidget.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/joeax/svidget/issues"
},
"homepage": "https://www.svidget.io",
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^3.4.0",
"grunt-mocha-test": "^0.13.3",
"grunt-replace": "^1.0.1",
"grunt-text-replace": "^0.4.0",
"grunt-wrap": "^0.3.1",
"mocha": "^5.2.0",
"unit.js": "^2.0.0"
}
}