-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
29 lines (29 loc) · 781 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
{
"name": "LineageOTAUnitTest",
"version": "0.0.1",
"description": "A LineageOS OTA Unit Test made for NodeJS",
"main": "index.js",
"dependencies": {
"unirest": "^0.5.1"
},
"devDependencies": {},
"scripts": {
"test": "node tests/lineage.js",
"test:cm": "node tests/cm.js",
"test:cm:delta": "node tests/cm_delta.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/julianxhokaxhiu/LineageOTAUnitTest.git"
},
"keywords": [
"lineageos",
"cyanogenmod"
],
"author": "Julian Xhokaxhiu <info at julianxhokaxhiu dot com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/julianxhokaxhiu/LineageOTAUnitTest/issues"
},
"homepage": "https://github.com/julianxhokaxhiu/LineageOTAUnitTest#readme"
}