-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 978 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
40
{
"name": "dat-icons",
"version": "2.5.2",
"description": "Icons and other SVGs for dat-data.com",
"homepage": "https://github.com/Kriesse/dat-icons#readme",
"author": "Kristina Schneider (http://kristinaschneider.com)",
"main": "index.js",
"scripts": {
"build-icons": "svgo -f --disable=convertShapeToPath icons && spritesh --input icons --output sprite.svg --viewbox '0 0 240 240' --prefix daticon-",
"example": "budo example.js --open --live -- -t brfs"
},
"browserify": {
"transform": [
"brfs"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kriesse/dat-icons.git"
},
"devDependencies": {
"budo": "^9.2.1",
"spritesh": "^1.2.0",
"svgo": "^0.7.1"
},
"keywords": [
"svg",
"design",
"dat",
"datproject"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/Kriesse/dat-icons/issues"
},
"dependencies": {
"bel": "^4.5.1",
"brfs": "^1.4.3"
}
}