-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
25 lines (25 loc) · 1.24 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
{
"name": "xanyah-api",
"version": "1.0.0",
"description": "[![Travis CI](https://img.shields.io/travis/xanyah/xanyah-api.svg)](https://travis-ci.org/xanyah/xanyah-api) [![CodeClimate](https://img.shields.io/codeclimate/github/xanyah/xanyah-api.svg)](https://codeclimate.com/github/xanyah/xanyah-api) [![CodeClimate test coverage](https://img.shields.io/codeclimate/coverage/github/xanyah/xanyah-api.svg)](https://codeclimate.com/github/xanyah/xanyah-api) [![CodeClimate maintenability](https://img.shields.io/codeclimate/maintainability/xanyah/xanyah-api.svg)](https://codeclimate.com/github/xanyah/xanyah-api)",
"directories": {
"doc": "docs",
"lib": "lib"
},
"scripts": {
"docs": "mkdir temp_docs && cp docs/*.md temp_docs && RAILS_ENV=test bundle exec rake docs:generate && aglio -i docs/index.apib --theme-template triple -o docs/index.html --theme-variables streak && cp temp_docs/* docs && rm -rf temp_docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xanyah/xanyah-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/xanyah/xanyah-api/issues"
},
"homepage": "https://github.com/xanyah/xanyah-api#readme",
"devDependencies": {
"aglio": "^2.3.0"
}
}