-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
47 lines (47 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "typeahead-addresspicker",
"title": "typeahead-addresspicker",
"version": "1.0.0",
"homepage": "https://github.com/sgruhier/typeahead-addresspicker",
"author": {
"name": "Sebastien Gruhier",
"email": "[email protected]",
"url": "http://xilinus.com"
},
"repository": {
"type": "git",
"url": "git://github.com/sgruhier/typeahead-addresspicker.git"
},
"description": "Example of adding google map API to typeahead jquery plugin to display address autocomplete suggestions.",
"keywords": [
"jquery",
"plugin",
"typeahead",
"addresspicker",
"google",
"map"
],
"bugs": {
"url": "https://github.com/sgruhier/typeahead-addresspicker/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://mit-license.org/"
}
],
"devDependencies": {
"grunt": "latest",
"grunt-cli": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-coffee": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-jasmine": "latest",
"grunt-growl": "latest",
"grunt-simple-mocha": "~0.4.0",
"grunt-template-jasmine-istanbul": "~0.3.0"
},
"scripts": {
"test": "grunt travis"
}
}