forked from peoplewareDo/nativescript-svg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"name": "nativescript-svg",
"version": "1.0.10",
"description": "NativeScript SVG plugin",
"main": "svg.js",
"nativescript": {
"platforms": {
"android": "2.0.0",
"ios": "1.4.0"
}
},
"scripts": {
"build": "tsc",
"demo.ios": "npm run preparedemo ; cd demo ; tns emulate ios",
"demo.android": "npm run preparedemo ; cd demo ; tns run android",
"preparedemo": "npm run build ; cd demo ; tns plugin remove nativescript-svg ; tns plugin add .. ; tns install",
"setup": "cd demo ; npm install ; cd .. ; npm run build ; cd demo ; tns plugin add .. ; cd .."
},
"repository": {
"type": "git",
"url": "https://github.com/peoplewareDo/nativescript-svg.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"Android",
"iOS",
"svg"
],
"author": {
"name": "Victor Sosa",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/peoplewareDo/nativescript-svg/issues"
},
"license": "MIT",
"homepage": "https://github.com/peoplewareDo/nativescript-svg",
"readmeFilename": "README.md",
"devDependencies": {
"typescript": "^1.8.7"
}
}