forked from atom-community/atom-script
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.46 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "script",
"main": "./lib/script",
"version": "2.3.6",
"private": false,
"description": "Run code in Atom!",
"author": "Kyle Kelley <rgbkrk@gmail.com>",
"contributors": [
"Kyle Kelley <rgbkrk@gmail.com>",
"Lance Batson <lancebatsondev@gmail.com>",
"Pedro Rodriguez <ski.rodriguez@gmail.com>",
"Erran Carey <me@errancarey.com>",
"Ash Wilson <smashwilson@gmail.com>",
"Hans Rødtang <hansrodtang@gmail.com>",
"Ciaran Downey <me@ciarand.me>",
"Ivan Storck <ivanoats@gmail.com>",
"Alexey Slaykovsky <alexey@macbook.dlink>",
"Christian Kjaer Laustsen <christianlaustsen@gmail.com>",
"Yeonghoon Park <sola92@gmail.com>",
"cormullion <cormullion@mac.com>",
"Andy Hayden <andyhayden1@gmail.com>",
"jbtule <jay+code@tuley.name>",
"bryanweatherly <bryanweatherly@gmail.com>",
"Johan Bruning <johan@taquito.nl>"
],
"repository": "https://github.com/rgbkrk/atom-script",
"keywords": [
"script",
"runner",
"Bash",
"Behat Feature",
"Coffeescript",
"CoffeeScript (Literate)",
"Cucumber (Gherkin)",
"Elixir",
"Erlang",
"F#",
"Go",
"Groovy",
"Haskell",
"Javascript",
"Julia",
"Lua",
"newLISP",
"Perl",
"PHP",
"Python",
"RSpec",
"Ruby",
"Scala",
"run",
"code"
],
"license": "Apache 2",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"ansi-to-html": ">0.1.0",
"underscore": "~1.5.2"
}
}