-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 888 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
{
"name": "tagin-server",
"version": "0.1",
"description": "A server for tagin wifi location applications.",
"keywords": [
"tagin",
"tagin-server",
"wifi",
"geolocation",
"javascript"
],
"maintainers": [
{
"name": "Yura Zenevich",
"email": "[email protected]"
}
],
"bugs": {
"mail": "[email protected]",
"web": "https://github.com/yzen/tagin-server"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repositories": [
{
"type": "git",
"url": "[email protected]:yzen/tagin-server.git"
}
],
"dependencies": {},
"engines" : { "node" : ">=0.4.11" },
"directories": {},
"main": "./main.js"
}