forked from atom-community/atom-script
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.35 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "script",
"main": "./lib/script",
"version": "2.15.1",
"private": false,
"description": "Run code in Atom!",
"author": "Kyle Kelley <[email protected]>",
"contributors": [
"Kyle Kelley <[email protected]>",
"Erran Carey <[email protected]>",
"Lance Batson <[email protected]>",
"Pedro Rodriguez <[email protected]>",
"Ash Wilson <[email protected]>",
"Hans Rødtang <[email protected]>",
"Ciaran Downey <[email protected]>",
"Hikaru Ojima <[email protected]>",
"Rafael Belvederese <[email protected]>",
"Ivan Storck <[email protected]>",
"Florian Lefèvre <[email protected]>",
"Alexey Slaykovsky <[email protected]>",
"Christian Kjaer Laustsen <[email protected]>",
"Otto Robba <[email protected]>",
"Will Sahatdjian <[email protected]>",
"Rnhmjoj <[email protected]>",
"Yeonghoon Park <[email protected]>",
"cormullion <[email protected]>",
"Dan <[email protected]>",
"Andy Hayden <[email protected]>",
"jbtule <[email protected]>",
"Jake Sankey <[email protected]>",
"bryanweatherly <[email protected]>",
"Johan Bruning <[email protected]>",
"Charley David <[email protected]>",
"gerane <[email protected]>",
"Calvin Bottoms <[email protected]>",
"Marek Piechut <[email protected]>",
"Rodolfo Carvalho <[email protected]>",
"cdingpeng <[email protected]>",
"elclanrs <[email protected]>",
"Sergey Koshelev <[email protected]>",
"Dustin Blackman <[email protected]>"
],
"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",
"PowerShell",
"Python",
"RSpec",
"Ruby",
"Ruby on Rails",
"Scala",
"Swift",
"run",
"Applescript",
"code"
],
"license": "Apache 2",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"ansi-to-html": ">0.1.0",
"underscore": "~1.5.2",
"node-uuid": "~1.4.0"
},
"devDependencies": {
"grunt": "~0.4.5"
}
}