-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 949 Bytes
/
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
{
"name": "sf-jedi",
"description": "Another Salesforce developer tool",
"version": "0.1.4",
"homepage": "https://github.com/lteacher/sf-jedi",
"author": {
"name": "lteacher"
},
"repository": {
"type": "git",
"url": "git://github.com/lteacher/sf-jedi.git"
},
"bugs": {
"url": "https://github.com/lteacher/sf-jedi/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/lteacher/sf-jedi/blob/master/LICENSE"
}
],
"engines": {
"node": ">= 4.4.0"
},
"dependencies": {
"simple-archiver": "^0.1.3",
"async": "^2.0.0-rc.2",
"checksum": "^0.1.1",
"fse-promise": "^0.1.2",
"jsforce": "^1.6.0",
"through2": "^2.0.1",
"winston": "^2.2.0",
"xml2js": "^0.4.16"
},
"devDependencies": {
"dotenv": "^2.0.0"
},
"keywords": [
"salesforce",
"force.com",
"jsforce",
"developer tool",
"sf-jedi",
"grunt-sf-jedi"
]
}