forked from NathanaelA/nativescript-master-technology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 880 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
{
"name": "nativescript-master-technology",
"version": "1.0.7",
"description": "A Simple NativeScript Utility Library",
"main": "master-technology.js",
"repository": {
"type": "git",
"url": "https://github.com/nathanaela/nativescript-master-technology.git"
},
"nativescript": {
"platforms": {
"android": "1.0.0",
"ios": "1.0.0"
}
},
"keywords": [
"NativeScript", "Process", "Performance", "utility"
],
"author": {
"name": "Nathanael Anderson",
"email": "nathan@master-technology.com"
},
"license": {
"type": "MIT",
"url": "https://github.com/nathanaela/nativescript-master-technology/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/nathanaela/nativescript-master-technology/issues"
},
"homepage": "https://github.com/nathanaela/nativescript-master-technology",
"readmeFilename": "README.md"
}