-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 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
{
"name": "cordova-plugin-gotenna",
"version": "0.3.0",
"description": "Cordova goTenna Plugin",
"dependencies": {
"es6-promise": "^4.1.0",
"typescript": "^2.9.2"
},
"devDependencies": {
"@types/cordova": "0.0.34",
"@types/es6-promise": "0.0.32",
"husky": "^0.14.3",
"prettier": "1.13.7",
"pretty-quick": "^1.6.0",
"ts-loader": "^4.4.2",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.13.0",
"tslint-eslint-rules": "^5.3.1",
"tslint-jsdoc-rules": "^0.1.2",
"tslint-loader": "^3.6.0",
"webpack": "^4.16.1",
"webpack-cli": "^3.1.0"
},
"scripts": {
"start": "webpack -w",
"lint": "tslint --fix 'www/**/*.ts'",
"test": "echo \"Error: no test specified\" && exit 1",
"precommit": "pretty-quick --staged"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dansteren/cordova-plugin-gotenna.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"goTenna",
"cordova",
"plugin"
],
"author": "Dan Steren <[email protected]> (https://github.com/dansteren)",
"license": "",
"bugs": {
"url": "https://github.com/dansteren/cordova-plugin-gotenna/issues"
},
"homepage": "https://github.com/dansteren/cordova-plugin-gotenna#readme"
}