wb-google-addresspicker
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "angular-address-picker", | ||
"version": "v0.0.8", | ||
"authors": [ | ||
"ByGiro <girotomaselli@gmail.com>" | ||
], | ||
"contributors": [], | ||
"main": [ | ||
"dist/angular-address-picker.js", | ||
"dist/angular-address-picker.min.js" | ||
], | ||
"description": "Angular directive to convert a simple input text into a fully featured google maps address picker", | ||
"keywords": [ | ||
"AngularJs", | ||
"form", | ||
"ByGiro", | ||
"google maps", | ||
"address picker" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
], | ||
"dependencies": { | ||
"angular": ">=1.2.x", | ||
"jquery-addresspicker": "*" | ||
}, | ||
"devDependencies": { | ||
"chai": "~1.9.1", | ||
"mocha": "~1.21.4" | ||
} | ||
"name": "wb-google-addresspicker", | ||
"version": "1.0.1", | ||
"author": "G. Tomaselli <girotomaselli@gmail.com>", | ||
"contributors": [ | ||
{ | ||
"name": "Wuglyak Bolgoink", | ||
"email": "info@cyberkatze.de" | ||
} | ||
], | ||
"main": "dist/wb-google-addresspicker.js", | ||
"description": "Angular directive to convert a simple input text into a fully featured google maps address picker", | ||
"keywords": [ | ||
"ng", | ||
"angular", | ||
"directive", | ||
"google", | ||
"picker", | ||
"address", | ||
"google maps", | ||
"maps" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"tests" | ||
], | ||
"dependencies": { | ||
"angular": ">=1.2.x", | ||
"jquery-addresspicker": "*" | ||
}, | ||
"devDependencies": {} | ||
} |
{ | ||
"name": "wb-google-addresspicker", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "G. Tomaselli <girotomaselli@gmail.com>", | ||
@@ -16,3 +16,3 @@ "contributors": [ | ||
}, | ||
"main": "dist/wb-google-addresspicker.min.js", | ||
"main": "dist/wb-google-addresspicker.js", | ||
"license": "MIT", | ||
@@ -19,0 +19,0 @@ "description": "Angular directive to convert a simple input text into a fully featured google maps address picker", |
@@ -5,2 +5,4 @@ # Angular directive: wb-google-addresspicker | ||
[![NPM](https://nodei.co/npm/wb-google-addresspicker.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/wb-google-addresspicker/) | ||
--- | ||
@@ -7,0 +9,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
594167
157