Matteo Scandolo | 3ba6aff | 2016-04-06 14:44:56 -0700 | [diff] [blame] | 1 | { |
| 2 | "name": "xos-api-docs", |
| 3 | "version": "1.0.0", |
| 4 | "description": "Api documentation for XOS", |
| 5 | "main": "index.js", |
| 6 | "scripts": { |
| 7 | "start": "gulp", |
| 8 | "test": "dredd", |
| 9 | "dry": "dredd --dry-run" |
| 10 | }, |
| 11 | "repository": { |
| 12 | "type": "git", |
| 13 | "url": "git+https://github.com/teone/xos-api-docs.git" |
| 14 | }, |
| 15 | "author": "Matteo Scandolo", |
| 16 | "license": "ISC", |
| 17 | "bugs": { |
| 18 | "url": "https://github.com/teone/xos-api-docs/issues" |
| 19 | }, |
| 20 | "homepage": "https://github.com/teone/xos-api-docs#readme", |
| 21 | "dependencies": { |
| 22 | "dredd": "^1.0.8" |
| 23 | }, |
| 24 | "devDependencies": { |
| 25 | "gulp": "^3.9.1", |
| 26 | "gulp-concat": "^2.6.0" |
| 27 | } |
| 28 | } |