{ "name": "cordova-plugin-console", "version": "1.0.4-dev", "description": "Cordova Console Plugin", "cordova": { "id": "cordova-plugin-console", "platforms": [ "ios", "ubuntu", "wp7", "wp8", "windows8", "windows" ] }, "repository": { "type": "git", "url": "https://github.com/apache/cordova-plugin-console" }, "keywords": [ "cordova", "console", "ecosystem:cordova", "cordova-ios", "cordova-ubuntu", "cordova-wp7", "cordova-wp8", "cordova-windows8", "cordova-windows" ], "scripts": { "test": "npm run jshint", "jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests" }, "author": "Apache Software Foundation", "license": "Apache-2.0", "devDependencies": { "jshint": "^2.6.0" } }