UNPKG

@propelics/tiapp-updater

Version:

Updates the tiapp.xml file based on a list of different settings.

41 lines (40 loc) 950 B
{ "name": "@propelics/tiapp-updater", "version": "1.0.1", "description": "Updates the tiapp.xml file based on a list of different settings.", "main": "./lib/tiapp-updater.js", "scripts": { "pretest": "grunt", "test": "./node_modules/mocha/bin/mocha", "start": "./bin/tiapp-updater" }, "keywords": [ "appcelerator", "titanium", "tiapp.xml", "tiapp" ], "homepage": "https://github.com/propelics/tiapp-updater", "bugs": "https://github.com/propelics/tiapp-updater/issues", "bin": { "tiapp-updater": "./bin/tiapp-updater" }, "author": "Propelics", "license": "ISC", "repository": { "type": "git", "url": "git@github.com:propelics/tiapp-updater.git" }, "dependencies": { "minimist": "^1.2.0", "tiapp.xml": "^0.2.2", "underscore": "^1.8.3" }, "devDependencies": { "grunt": "^1.0.1", "grunt-contrib-jshint": "^1.1.0", "grunt-jsbeautifier": "^0.2.13", "jshint-stylish": "^2.2.1", "mocha": "^3.4.2" } }