forked from rgbkrk/travis-ci-status
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 759 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
{
"name": "travis-ci-status",
"main": "./lib/travis-ci-status",
"version": "1.3.1",
"description": "Add Travis CI status of the project to the Atom status bar. ",
"repository": "https://github.com/tombell/travis-ci-status",
"author": "Tom Bell <tomb@tomb.io> (https://github.com/tombell)",
"contributors": [
"Daniel J Griffiths <dgriffiths@section214.com> (https://github.com/section214)",
"José Magalhães <magalhas@gmail.com> (https://github.com/magalhas)"
],
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"atom-space-pen-views": "^2.0.3",
"travis-ci": "^2.0.3"
},
"consumedServices": {
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
}
}
}