UNPKG

984 BJSONView Raw
1{
2 "name": "@artemv/ruby-starter-kit",
3 "description": "Ruby app boilerplate based on Ruby Starter Kit (Bundler, Guard, ActiveSupport Logger, Rubocop, RSpec, WebMock, Travis, CodeClimate)",
4 "main": "index.js",
5 "scripts": {
6 "test": "true",
7 "semantic-release": "semantic-release pre && npm publish && semantic-release post"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/artemv/ruby-starter-kit.git"
12 },
13 "keywords": [
14 "rspec",
15 "bundler",
16 "ruby"
17 ],
18 "author": "Artem Vasiliev",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/artemv/ruby-starter-kit/issues"
22 },
23 "homepage": "https://github.com/artemv/ruby-starter-kit#readme",
24 "devDependencies": {
25 "semantic-release": "^4.3.5",
26 "@semantic-release/commit-analyzer": "github:artemv/commit-analyzer#414c9e8168518e00d5fd2bd0d653867404c994cb"
27 },
28 "release": {
29 "analyzeCommits": "./node_modules/@semantic-release/commit-analyzer/dist/index.js"
30 }
31}