forked from ethiraj-srinivasan/devise-bootstrap-views
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 991 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
{
"name": "authenticated-docs",
"description": "A simple Rails app with Devise authentication to serve static docs generated with a tool like MkDocs",
"author": {
"name": "Artem Vasiliev",
"email": "[email protected]",
"url": "https://github.com/artemv"
},
"license": "MIT",
"keywords": [
"rails",
"authentication",
"docs",
"static",
"mkdocs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/artemv/authenticated-docs.git"
},
"devDependencies": {
"freeform-semantic-commit-analyzer": "^1.1.0",
"semantic-release": "^4.3.5",
"condition-circle": "^1.2.0"
},
"release": {
"analyzeCommits": "./node_modules/freeform-semantic-commit-analyzer/dist/index.js",
"verifyConditions": "condition-circle"
},
"scripts": {
"test": "echo ok",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"engines": {
"node": ">=5.10",
"npm": ">=3.8"
}
}