-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
57 lines (57 loc) · 1.46 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
{
"name": "phonegap-plugin-media-stream",
"description": "",
"version": "1.2.1",
"homepage": "https://github.com/phonegap/phonegap-plugin-media-stream#readme",
"repository": {
"type": "git",
"url": "https://github.com/phonegap/phonegap-plugin-media-stream.git"
},
"bugs": {
"url": "https://github.com/phonegap/phonegap-plugin-media-stream/issues"
},
"cordova": {
"id": "phonegap-plugin-media-stream",
"platforms": [
"ios",
"android",
"browser"
]
},
"keywords": [
"ecosystem:cordova",
"ecosystem:phonegap"
],
"engines": {
"cordovaDependencies": {
"<1.3.0": {
"cordova": ">=3.0.0"
},
"1.3.0": {
"cordova": ">=7.1.0",
"cordova-android": ">=6.3.0"
}
}
},
"author": "Adobe PhoneGap Team",
"license": "Apache-2.0",
"scripts": {
"test": "npm run eslint && jasmine-node --color spec",
"eslint": "node node_modules/eslint/bin/eslint www && node node_modules/eslint/bin/eslint src && node node_modules/eslint/bin/eslint tests"
},
"devDependencies": {
"eslint-config-semistandard": "^11.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"husky": "^0.10.1",
"eslint": "^4.0.0",
"jasmine-node": "^1.14.5",
"pluginpub": "^0.0.9"
},
"dependencies": {
"eslint": "^4.4.1"
}
}