UNPKG

1.5 kBJSONView Raw
1{
2 "name": "vn-native-2-cmd",
3 "version": "1.0.92",
4 "description": "Vn native 2 Framework - Command line module",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "bin": {
10 "vn-native-2-server": "cmd/start_server.js",
11 "vn-native-2-template": "cmd/template_server.js",
12 "vn-native-2-platform": "cmd/platform.js",
13 "vn-native-2-dialogs": "cmd/dialogs.js",
14 "vn-native-2-geolocation": "cmd/geolocation.js",
15 "vn-native-2-battery": "cmd/battery-status.js",
16 "vn-native-2-network-information": "cmd/network-information.js",
17 "vn-native-2-plugin": "cmd/npm.js",
18 "vn-native-2-screen-orientation": "cmd/screen-orientation.js",
19 "vn-native-2-camera": "cmd/camera.js",
20 "vn-native-2-build": "cmd/build.js",
21 "vn-native-2-webview": "cmd/wkwebview-engine.js",
22 "vn-native-2-project": "cmd/project.js",
23 "vn-native-2-notification": "cmd/notification.js"
24 },
25 "repository": {
26 "type": "git",
27 "url": "git+https://github.com/steveleetn91/vn-native-2-cmd.git"
28 },
29 "author": "hoang lee",
30 "license": "ISC",
31 "bugs": {
32 "url": "https://github.com/steveleetn91/vn-native-2-cmd/issues"
33 },
34 "homepage": "https://github.com/steveleetn91/vn-native-2-cmd#readme",
35 "dependencies": {
36 "cli": "^1.0.1",
37 "node-cmd": "^3.0.0",
38 "read-xml": "^3.0.0",
39 "xml-parse": "^0.4.0"
40 },
41 "keywords":["ios platform","android platfrom","Native framework","windows app","macos app","vietnamese","hoanglee"]
42}