forked from salesforce-marketingcloud/MC-Cordova-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.57 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
{
"name": "cordova-plugin-marketingcloudsdk",
"version": "6.1.0",
"description": "A Cordova Plugin to access the native Salesforce Marketing Cloud MobilePush SDKs",
"author": "Salesforce Marketing Cloud",
"license": "BSD-3-Clause",
"cordova": {
"id": "cordova-plugin-marketingcloudsdk",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/salesforce-marketingcloud/MC-Cordova-Plugin"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"salesforce",
"mobilepush",
"marketingcloud",
"marketingcloudsdk"
],
"scripts": {
"precommit": "npm run gen-docs && git add README.md",
"gen-docs": "jsdoc2md --template \"jsdoc2md/TEMPLATE.md\" \"www/**/*.js\" --plugin \"dmd-plugin-cordova-plugin\" > README.md",
"test": "npm run eslint",
"test:android": "cordova-paramedic --cleanUpAfterRun --verbose --platform android --plugin .",
"test:ios": "cordova-paramedic --cleanUpAfterRun --verbose --platform ios --plugin .",
"eslint": "node node_modules/eslint/bin/eslint www && node node_modules/eslint/bin/eslint src"
},
"devDependencies": {
"dmd-plugin-cordova-plugin": "^0.1.0",
"eslint": "^4.3.0",
"eslint-config-semistandard": "^11.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-es5": "^1.3.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"husky": "^0.10.1",
"jsdoc-to-markdown": "^1.2.0"
}
}