forked from primer/octicons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 828 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
{
"name": "octicons_helper",
"version": "8.0.0",
"description": "A rails helper that makes including svg Octicons simple.",
"scripts": {
"version": "../../script/rubyversion ./lib/octicons_helper/version.rb",
"postinstall": "bundle install --path vendor/bundle",
"prepublishOnly": "../../script/notify pending && ../../script/gem_publish",
"publish": "../../script/notify success",
"test": "bundle exec rubocop && bundle exec rake"
},
"repository": {
"type": "git",
"url": "git+https://github.com/primer/octicons.git"
},
"author": "GitHub Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/primer/octicons/issues"
},
"rubygems": "octicons_helper",
"homepage": "https://github.com/primer/octicons#readme",
"dependencies": {
"octicons_gem": "8.0.0"
}
}