forked from ForestAdmin/forest-rails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 891 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
{
"name": "forest-rails",
"version": "5.2.0",
"description": "The official Rails liana for Forest.",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ForestAdmin/forest-rails.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ForestAdmin/forest-rails/issues"
},
"homepage": "https://github.com/ForestAdmin/forest-rails#readme",
"devDependencies": {
"@commitlint/cli": "8.3.5",
"@commitlint/config-conventional": "8.3.4",
"@commitlint/travis-cli": "8.3.5",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/exec": "5.0.0",
"@semantic-release/git": "9.0.0",
"husky": "4.2.5",
"semantic-release": "17.0.7",
"semantic-release-slack-bot": "1.6.2"
}
}