-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 783 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 783 Bytes
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
{
"name": "patternfills",
"version": "0.4.1",
"description": "A set of pattern fills for svg & css",
"repository": {
"type": "git",
"url": "git://github.com/iros/d3-patternfills"
},
"keywords": [
"d3.js",
"visualization",
"svg",
"patterns",
"fills"
],
"author": {
"name": "Irene Ros",
"uri": "https://github.com/iros"
},
"bin": {
"patternfills": "bin/patternfills"
},
"license": "MIT Expat",
"dependencies": {
"btoa": "1.1.2",
"commander": "^2.6.0",
"d3": "~3.5.6",
"ent": "^2.0.0",
"jsdom": "11.5.1",
"underscore": "~1.5.2"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-watch": "~0.6.1"
}
}