-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
58 lines (58 loc) · 1.3 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
48
49
50
51
52
53
54
55
56
57
58
{
"name": "dmc",
"version": "1.5.3",
"description": "Cross-platform, developer cli tool for Salesforce",
"main": "index.js",
"scripts": {
"preversion": "npm test",
"test": "./node_modules/mocha/bin/mocha ./test",
"postversion": "git push && git push --tags"
},
"preferGlobal": "true",
"bin": {
"dmc": "cli/dmc.js"
},
"repository": {
"type": "git",
"url": "https://github.com/kevinohara80/dmc.git"
},
"keywords": [
"salesforce",
"force.com",
"cli",
"nforce",
"tooling",
"api"
],
"author": "Kevin O'Hara",
"license": "MIT",
"bugs": {
"url": "https://github.com/kevinohara80/dmc/issues"
},
"homepage": "https://github.com/kevinohara80/dmc",
"devDependencies": {
"mocha": "^5.0.4",
"should": "^13.2.1"
},
"dependencies": {
"adm-zip": "^0.4.13",
"archiver": "^1.1.0",
"async": "^2.6.0",
"bluebird": "^2.9.25",
"cli-spinner": "^0.2.4",
"colors": "^1.0.3",
"commander": "^2.5.0",
"fs-extra": "^0.30.0",
"glob": "^5.0.10",
"handlebars": "^4.1.2",
"lodash": "^3.10.1",
"minimatch": "^3.0.2",
"nforce": "^1.12.2",
"nforce-metadata": "^1.1.2",
"nforce-tooling": "0.0.5",
"node-watch": "^0.3.4",
"open": "0.0.5",
"rimraf": "^2.3.2",
"update-notifier": "^1.0.2"
}
}