-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.22 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.22 KB
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": "cordova-plugin-timer",
"version": "1.0.1",
"description": "Cordova Native Timer Plugin",
"types": "./types/index.d.ts",
"cordova": {
"id": "cordova-plugin-timer",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "https://github.com/kitolog/cordova-plugin-timer"
},
"bugs": {
"url": "https://github.com/kitolog/cordova-plugin-timer"
},
"keywords": [
"cordova",
"timer",
"interval",
"native",
"native timer",
"ios timer",
"android timer",
"cordova timer",
"android interval",
"ios interval",
"cordova interval",
"cordova-android",
"cordova-ios"
],
"scripts": {
"test": "npm run jshint",
"jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests"
},
"engines": {
"cordovaDependencies": {
"2.0.0": {
"cordova-android": ">=3.6.0"
},
"4.0.0": {
"cordova-android": ">=3.6.0"
},
"6.0.0": {
"cordova": ">100"
}
}
},
"author": "kitolog",
"license": "Apache-2.0",
"dependencies": {},
"devDependencies": {
"jshint": "^2.6.0"
}
}