forked from moxley/atom-ruby-test
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 768 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 768 Bytes
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
{
"name": "ruby-test",
"author": "Moxley Stratton",
"homepage": "https://github.com/moxley/atom-ruby-test",
"bugs": "https://github.com/moxley/atom-ruby-test/issues",
"main": "./lib/ruby-test",
"version": "0.9.1",
"description": "Run Ruby tests, Rspec examples, and Cucumber features from Atom",
"activationEvents": [
"ruby-test:toggle",
"ruby-test:test-file",
"ruby-test:test-single",
"ruby-test:test-previous",
"ruby-test:test-all"
],
"repository": "https://github.com/moxley/atom-ruby-test",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"underscore-plus": "^1.0.6",
"ansi-to-html": "^0.2"
},
"keywords": [
"ruby",
"test",
"rspec",
"spec",
"cucumber"
]
}