-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
47 lines (47 loc) · 1.4 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
{
"name": "mavensmate",
"main": "./lib/main",
"version": "0.10.0",
"description": "Develop Force.com applications inside Atom.io",
"activationEvents": [],
"repository": {
"type": "git",
"url": "https://github.com/joeferraro/MavensMate-Atom"
},
"license": "MIT",
"engines": {
"atom": ">0.50.0"
},
"dependencies": {
"glob": ">=3.2.9",
"ansi-to-html": ">=0.1.0",
"daemon":">=1.1.0",
"express": "4.x",
"body-parser" : "latest",
"serve-index": "latest",
"portfinder": "latest",
"open": "latest",
"q": "^1.0.1",
"node-uuid" : "1.4.1",
"emissary" : "1.2.1",
"jquery": "2.1.0",
"cloneextend" : "0.0.3",
"watchjs" : "latest",
"autocomplete-plus": "git://github.com/saschagehlich/autocomplete-plus.git#feature/api",
"fuzzaldrin": "~1.0.0",
"underscore-plus": "1.x",
"underscore.string": "2.3.x"
},
"readme": "MavensMate plugin for Atom text editor",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/joeferraro/MavensMate-Atom/issues"
},
"homepage": "https://github.com/joeferraro/MavensMate-Atom",
"_id": "[email protected]",
"dist": {
"shasum": "660c7842a1ccd9ac0e93ef93683a28700feb371c"
},
"_resolved": "/var/folders/m3/kt10_j3j5417w5xvxxywdj080000gp/T/d-114226-369-4w9ygn/package.tgz",
"_from": "/var/folders/m3/kt10_j3j5417w5xvxxywdj080000gp/T/d-114226-369-4w9ygn/package.tgz"
}