UNPKG

631 BJSONView Raw
1{
2 "name": "@atomist/travis",
3 "version": "0.9.0",
4 "description": "TypeScript model for Atomist Travis Type",
5 "keywords": [
6 "Atomist",
7 "Rug",
8 "Travis"
9 ],
10 "author": "Atomist, Inc",
11 "license": "Apache-2.0",
12 "atomist" : {
13 "group": "com.atomist",
14 "artifact": "travis-rug-type"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/atomist-rugs/travis-rug-type.git"
19 },
20 "bugs": {
21 "url": "https://github.com/atomist-rugs/travis-rug-type/issues"
22 },
23 "homepage": "https://github.com/atomist-rugs/travis-rug-type#readme",
24 "dependencies": {
25 "@atomist/rug": "0.12.0"
26 }
27}