UNPKG

xanifoldjs

Version:
77 lines (76 loc) 1.81 kB
{ "name": "xanifoldjs", "version": "1.0.3", "description": "Node.js Tool for App Generation", "repository": { "type": "git", "url": "https://github.com/manifoldjs/ManifoldJS.git" }, "engines": { "node": ">=0.12.0" }, "engineStrict": true, "author": { "name": "TBD", "email": "TBD", "url": "TBD" }, "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/manifoldjs/ManifoldJS/blob/master/LICENSE.txt" } ], "keywords": [ "convert manifest", "manifest", "W3C", "Firefox OS", "Windows 10", "Chrome OS", "Android", "iOS" ], "dependencies": { "commander": "^2.9.0", "q": "^1.4.1", "xanifoldjs-lib": "^1.1.0", "xanifoldjs-cordova": "^0.1.10", "xanifoldjs-web": "^0.2.0", "xanifoldjs-windows10": "^0.3.0", "xanifoldjs-edgeextension": "^0.1.7" }, "devDependencies": { "blanket": "1.1.6", "grunt": "^0.4.5", "grunt-cli": "^0.1.13", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-nodeunit": "^0.4.1", "grunt-contrib-watch": "^0.6.1", "grunt-mocha-test": "^0.12.7", "grunt-sync": "^0.6.2", "jshint-stylish": "^1.0.0", "jshint-teamcity": "^1.0.6", "load-grunt-tasks": "^1.0.0", "mocha": "^2.1.0", "mocha-teamcity-reporter": "0.0.4", "should": "^5.0.1", "time-grunt": "^1.0.0", "travis-cov": "^0.2.5" }, "scripts": { "test": "grunt", "debug-tests": "mocha --debug-brk" }, "bin": "manifoldjs.js", "config": { "travis-cov": { "threshold": 80 } }, "bugs": { "url": "https://github.com/manifoldjs/ManifoldJS/issues" }, "homepage": "https://github.com/manifoldjs/ManifoldJS" }