This repository has been archived by the owner on Aug 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.72 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
58
59
60
{
"nativescript": {
"id": "ch.epfl.popcoins",
"tns-android": {
"version": "4.2.0"
},
"tns-ios": {
"version": "4.2.0"
}
},
"description": "NativeScript Application",
"license": "SEE LICENSE IN <your-license-filename>",
"repository": "<fill-your-repository-here>",
"scripts": {
"lint": "tslint \"app/**/*.ts\""
},
"dependencies": {
"@dedis/kyber-js": "0.0.10",
"@stablelib/blake2xs": "^0.10.4",
"@types/node": "^10.11.4",
"buffer": "^5.2.1",
"co": "^4.6.0",
"crypto-browserify": "^3.12.0",
"lodash.clonedeep": "^4.5.0",
"nativescript-barcodescanner": "^2.7.8",
"nativescript-clipboard": "^1.1.7",
"nativescript-floatingactionbutton": "^4.1.4",
"nativescript-modal-datetimepicker": "^1.1.7",
"nativescript-nodeify": "^0.8.0",
"nativescript-pulltorefresh": "^2.1.1",
"nativescript-theme-core": "~1.0.4",
"nativescript-ui-dataform": "^3.7.3",
"nativescript-ui-listview": "^3.7.1",
"nativescript-unit-test-runner": "^0.3.4",
"nativescript-websockets": "^1.5.3",
"nativescript-zxing": "^1.5.7",
"protobufjs": "^6.8.8",
"pure-uuid": "^1.5.4",
"shuffle-array": "^1.0.1",
"tns-core-modules": "^4.2.1",
"toml": "^2.3.3",
"tomlify-j0.4": "^3.0.0",
"topl": "^0.3.1",
"util": "^0.11.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/jasmine": "^2.8.9",
"jasmine-core": "3.2.1",
"karma": "3.0.0",
"karma-jasmine": "1.1.2",
"karma-nativescript-launcher": "0.4.0",
"nativescript-dev-sass": "~1.6.0",
"nativescript-dev-typescript": "~0.7.0",
"nativescript-dev-webpack": "~0.16.0",
"tslint": "~5.11.0",
"typescript": "~2.7.2"
},
"readme": "NativeScript Application"
}