-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 997 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
{
"author": "Shinichi Tomita <[email protected]>",
"name": "grunt-jsforce-deploy",
"description": "A grunt task for deploying Salesforce package using JSforce (no Migration Tool dependency)",
"keywords": [
"salesforce",
"salesforce.com",
"sfdc",
"force.com",
"database.com",
"grunt",
"deploy"
],
"version": "1.1.1",
"repository": {
"type": "git",
"url": "git://github.com/jsforce/grunt-jsforce-deploy.git"
},
"scripts": {
"pretest": "grunt deploy",
"test": "mocha test/jsforce-deploy.test.js --require intelli-espower-loader"
},
"files": [
"tasks"
],
"license": "MIT",
"dependencies": {
"archiver": "^0.14.3",
"jsforce-metadata-tools": "^1.1.0"
},
"devDependencies": {
"espower-loader": "^0.10.0",
"grunt": "^0.4.5",
"intelli-espower-loader": "^0.6.0",
"jsforce": "^1.5.0",
"mocha": "^2.1.0",
"power-assert": "^0.10.2"
},
"peerDependencies": {
"grunt": ">=0.4.0"
}
}