This repository has been archived on 2019-05-05. You can view files and clone it, but cannot push or open issues or pull requests.

49 lines
1.1 KiB
JSON
Raw Normal View History

2016-03-15 18:21:34 -06:00
{
"name": "cordova-plugin-geolocation",
2016-04-12 17:33:37 -06:00
"version": "2.1.1-dev",
2016-03-15 18:21:34 -06:00
"description": "Cordova Geolocation Plugin",
"cordova": {
"id": "cordova-plugin-geolocation",
"platforms": [
"android",
"amazon-fireos",
"ios",
"blackberry10",
"ubuntu",
"wp7",
"wp8",
"windows8",
"windows",
"firefoxos"
]
},
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-plugin-geolocation"
},
"keywords": [
"cordova",
"geolocation",
"ecosystem:cordova",
"cordova-android",
"cordova-amazon-fireos",
"cordova-ios",
"cordova-blackberry10",
"cordova-ubuntu",
"cordova-wp7",
"cordova-wp8",
"cordova-windows8",
"cordova-windows",
"cordova-firefoxos"
],
2016-04-12 17:33:37 -06:00
"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"
},
2016-03-15 18:21:34 -06:00
"author": "Apache Software Foundation",
2016-04-12 17:33:37 -06:00
"license": "Apache-2.0",
"devDependencies": {
"jshint": "^2.6.0"
}
2016-03-15 18:21:34 -06:00
}