-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.11 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
{
"name": "@blossomfinance/svg-webfont-icons",
"version": "1.2.1",
"description": "Blossom's custom webfont icon set",
"main": "Gruntfile.js",
"scripts": {
"release": "release-it",
"build": "grunt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blossomfinance/svg-webfont-icons.git"
},
"keywords": [
"Blossom",
"icons",
"microfinance",
"finance",
"webfont",
"svg"
],
"author": "Matthew J. Martin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/blossomfinance/svg-webfont-icons/issues"
},
"homepage": "https://github.com/blossomfinance/svg-webfont-icons#readme",
"devDependencies": {
"grunt": "^1.1.0",
"grunt-webfont": "^1.7.2",
"release-it": "^13.5.5"
},
"release-it": {
"ci": true,
"git": {
"commit": true,
"tag": true,
"push": true
},
"github": {
"release": true
},
"hooks": {
"before:init": [
"npm run build"
]
},
"npm": {
"publish": true
}
}
}