forked from OmniSharp/omnisharp-atom
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 835 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 835 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
{
"name": "omnisharp-atom",
"main": "./lib/omnisharp-atom/omnisharp-atom",
"version": "0.1.6",
"description": "Brings the wonderful omnisharp server to powercharge atom's C# development experience",
"activationEvents": [],
"repository": "https://github.com/OmniSharp/omnisharp-atom",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"ansi-to-html": "~0.1.0",
"request-promise": "~0.1.2",
"bluebird": "~2.3.2",
"event-kit": "0.7.2",
"fs-plus": "^2.3.1",
"vue": "~0.10.6",
"underscore": "~1.7.0",
"autocomplete-plus-async-plus": "latest",
"jquery": "^2.1.1",
"omnisharp-server-binaries": "latest"
},
"devDependencies": {
"coffeelint": "^1.6.0",
"grunt": "^0.4.5",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-watch": "^0.6.1"
}
}