-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
40 lines (40 loc) · 887 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
{
"name": "android-device-list",
"version": "1.2.10",
"description": "List of Android Supported Devices",
"main": "index.js",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "ava && npm run lint",
"lint": "eslint index.js build.js",
"build": "node ./build.js"
},
"author": "Peter Bakondy",
"license": "MIT",
"keywords": [
"android",
"device",
"devices",
"model",
"name",
"list"
],
"devDependencies": {
"ava": "^4.3.3",
"axios": "^0.27.2",
"babyparse": "^0.4.6",
"eslint": "^8.23.1",
"iconv-lite": "^0.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/pbakondy/android-device-list.git"
},
"bugs": {
"url": "https://github.com/pbakondy/android-device-list/issues"
},
"homepage": "https://github.com/pbakondy/android-device-list#readme",
"dependencies": {}
}