vigour-wrapper
Version:
The native code to wrap vigour apps
210 lines (207 loc) • 6.25 kB
JSON
{
"name": "test-app",
"version": "0.0.3",
"description": "Test app for vigour-native",
"scripts": {
"test": "gaston test",
"build": "gaston bundle -t -s src -o . -i",
"all": "npm run build && ../../bin/build.js build",
"ios": "npm run build && ../../bin/build.js build --native.selectedPlatforms ios",
"android": "npm run build && ../../bin/build.js build --native.selectedPlatforms android",
"samsungtv": "npm run build && ../../bin/build.js build --native.selectedPlatforms samsungtv",
"web": "npm run build && ../../bin/build.js build --native.selectedPlatforms web",
"webostv": "npm run build && ../../bin/build.js build --native.selectedPlatforms webostv",
"netcasttv": "npm run build && ../../bin/build.js build --native.selectedPlatforms netcasttv",
"chromecastweb": "npm run build && ../../bin/build.js build --native.selectedPlatforms chromecastweb",
"tizentv": "npm run build && ./node_modules/.bin/wrapper build --native.selectedPlatforms tizentv"
},
"repository": {
"type": "git",
"url": "https://github.com/vigour-io/vigour-native.git"
},
"keywords": [
"vigour",
"vigour-native",
"test"
],
"author": "Vigour",
"license": "MIT",
"contributors": [
"Shawn Inder <shawn@vigour.io>"
],
"engines": {},
"bugs": {
"url": "https://github.com/vigour-io/vigour-native/issues"
},
"homepage": "https://github.com/vigour-io/vigour-native",
"dependencies": {
"vigour-plugin": "^1.0.1"
},
"vigour": {
"native": {
"platforms": {
"web": {
"appIndexPath": "build.html",
"assets": {
"build.html": true,
"build.js": true,
"build.css": true,
"mocha.js": true,
"mocha.css": true
}
},
"ios": {
"productName": "Vigour iOS Test App",
"organizationName": "Vigour",
"organizationIdentifier": "io.vigour.test",
"buildNumber": "1",
"appIndexPath": "build.html",
"appIcon": "assets/img/appIcon.png",
"splashScreen": "assets/img/splash.png",
"NSAllowsArbitraryLoads": true,
"interfaceOrientations": {
"iPhone": [
"Portrait"
],
"iPad": [
"Portrait",
"LandscapeLeft",
"UpsideDown",
"LandscapeRight"
]
},
"assets": {
"build.html": true,
"build.js": true,
"build.css": true,
"mocha.js": true,
"mocha.css": true
}
},
"android": {
"productName": "Vigour Android Test App",
"applicationId": "io.vigour.test",
"appIndexPath": "build.html",
"appIcon": "assets/img/appIcon.png",
"splashScreen": "assets/img/splash.png",
"splashDuration": 1500,
"keystoreFile": "example.keystore",
"keystorePassword": "shmexample",
"keystoreAlias": "blabla",
"assets": {
"build.html": true,
"build.js": true,
"build.css": true
}
},
"samsungtv": {
"companyProvider":"MTV",
"childLock":"n",
"description":"App description..",
"organization":"Vigour",
"category": "video",
"appName": "MTV Play",
"author": "Vigour",
"description": "Vigour",
"version": "1.0.0",
"author":{
"name": "Renan Carvalho",
"mail": "renan@vigour.io",
"url": "www.vigour.io"
},
"icons": {
"ThumbIcon": "assets/img/appIcon.png",
"BigThumbIcon": "assets/img/appIcon.png",
"ListIcon": "assets/img/appIcon.png",
"BigListIcon": "assets/img/appIcon.png"
},
"assets": {
"build.html": true,
"build.js": true,
"build.css": true
}
},
"tizentv":{
"assets": {
"build.html": true,
"build.js": true,
"build.css": true
},
"icons": {
"ThumbIcon": "assets/img/appIcon.png",
"BigThumbIcon": "assets/img/appIcon.png",
"ListIcon": "assets/img/appIcon.png",
"BigListIcon": "assets/img/appIcon.png"
},
"config":{
"appName":"MTVPlaytest",
"iconPath":"icons/ThumbIcon.png",
"yourDomain":"http://vigour.io/",
"entryPoint": "build.html",
"author":{
"name": "Renan Carvalho",
"mail": "renan@vigour.io",
"url": "www.vigour.io"
},
"appVersion": "1.0.0",
"requiredVersion": "1.0.0",
"locations":[
{
"language":"pt-br",
"name":"MTV Play",
"description":"MTV Play descrição em portugues"
},
{
"language":"en-gb",
"name":"MTV Play",
"description":"MTV Play description in english"
}
]
}
},
"netcasttv": {
"assets": {
"build.html": true,
"build.js": true,
"build.css": true,
"mocha.js": true,
"mocha.css": true
}
},
"webostv": {
"productName": "Vigour LG Example",
"appinfo": {
"domain": "com.vigour11.io",
"name": "Vigour Example new build"
},
"assets": {
"build.html": true,
"build.js": true,
"build.css": true,
"mocha.js": true,
"mocha.css": true
}
},
"chromecastweb": {}
}
}
},
"gaston": {
"port": 8080,
"socket-port": 9000,
"no-auto-reload": false,
"no-package": false,
"bundle": "./",
"build": "./",
"browserify": {
"transforms": []
},
"less": {
"options": {}
},
"smaps": true,
"source-maps": true,
"remote-logging": true,
"require-paths": {}
}
}