-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 956 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
43
44
45
46
{
"name": "cordova-plugin-vibration",
"version": "2.1.1",
"description": "Cordova Vibration Plugin",
"cordova": {
"id": "cordova-plugin-vibration",
"platforms": [
"firefoxos",
"wp7",
"wp8",
"android",
"amazon-fireos",
"ubuntu",
"ios",
"blackberry10",
"tizen"
]
},
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-plugin-vibration"
},
"keywords": [
"cordova",
"vibration",
"ecosystem:cordova",
"cordova-firefoxos",
"cordova-wp7",
"cordova-wp8",
"cordova-android",
"cordova-amazon-fireos",
"cordova-ubuntu",
"cordova-ios",
"cordova-blackberry10",
"cordova-tizen"
],
"scripts": {
"test": "npm run jshint",
"jshint": "jshint www && jshint src && jshint tests"
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"devDependencies": {
"jshint": "^2.6.0"
}
}