-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.01 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
{
"name": "gulp-force-developer",
"description": "A gulp library for salesforce and force.com development",
"version": "0.1.15",
"main": "index.js",
"homepage": "https://github.com/jkentjnr/gulp-force-developer",
"author": {
"name": "James Kent",
"email": "jkent@blueengine.com.au"
},
"repository": {
"type": "git",
"url": "git://github.com/jkentjnr/gulp-force-developer.git"
},
"bugs": {
"url": "https://github.com/jkentjnr/gulp-force-developer/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jkentjnr/gulp-force-developer/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gulpplugin",
"salesforce",
"force.com",
"jsforce",
"developer tool",
"gulp"
],
"dependencies": {
"archiver": "^0.21.0",
"crypto": "0.0.3",
"fs-extra": "^0.26.3",
"glob-all": "^3.0.1",
"path": "^0.12.7"
}
}