-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 764 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 764 Bytes
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
{
"name": "google-location-sharing",
"version": "2.0.0",
"description": "Node.js module for Google Shared Locations",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git://github.com/Vaelek/node-google-shared-locations.git"
},
"keywords": [
"google",
"lattitude",
"location",
"gps"
],
"author": "jim@vaelek.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vaelek/node-google-shared-locations/issues"
},
"readme": "README.md",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"request": "^2.88.0"
},
"devDependencies": {
"eslint": "^5.9.0",
"eslint-plugin-jest": "^22.0.0",
"jest": "^23.6.0",
"node-persist": "^3.0.1"
}
}