-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 888 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
{
"description": "Growlet",
"license": "GPL-3.0",
"readme": "app to track and manage your book colletion",
"repository": "https://github.com/badrihippo/Growlet",
"nativescript": {
"id": "io.github.badrihippo.growlet",
"tns-android": {
"version": "4.2.0"
}
},
"scripts": {
"lint": "eslint \"app/**/*.js\""
},
"dependencies": {
"nativescript-barcodescanner": "^2.7.8",
"nativescript-couchbase": "^1.0.18",
"nativescript-floatingactionbutton": "^4.1.3",
"nativescript-mediafilepicker": "^2.0.14",
"nativescript-pro-ui": "^3.1.4",
"nativescript-theme-core": "1.0.4",
"tns-core-modules": "^4.2.1"
},
"devDependencies": {
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"eslint": "4.6.1",
"lazy": "1.0.11",
"nativescript-dev-sass": "1.3.2",
"node-sass": "^4.9.4"
}
}