-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
46 lines (46 loc) · 990 Bytes
/
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
{
"name": "userinfo",
"version": "1.1.2-SNAPSHOT",
"private": false,
"description": "Javascript wrapper for the userinfo.io API",
"keywords": [
"user",
"info",
"userinfo",
"location",
"geolocation",
"ip",
"address"
],
"main": [
"dist/userinfo.min.js"
],
"license": "https://github.com/vdurmont/userinfo-js/blob/master/LICENSE.md",
"homepage": "http://userinfo.io",
"ignore": [
"examples",
"src",
".gitignore",
"Gruntfile.js",
"package.json"
],
"authors": [
{
"name": "Vincent DURMONT",
"email": "[email protected]",
"homepage": "http://vincent-durmont.com"
}
],
"repository": {
"type": "git",
"url": "[email protected]:vdurmont/userinfo-js.git"
},
"dependencies": { },
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.5.1"
}
}