forked from matmar10/hypertrack-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1 KB
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
{
"name": "hypertrack",
"version": "1.2.3",
"description": "HyperTrack API wrapper",
"keywords": [
"hypertrack",
"location tracking",
"gps",
"api"
],
"homepage": "https://github.com/hypertrack/hypertrack-node",
"author": "HyperTrack <support@hypertrack.io> (https://www.hypertrack.io/)",
"contributors": [
"Tapan Pandita <tapan@hypertrack.io> (https://www.hypertrack.io/)"
],
"repository": {
"type": "git",
"url": "git://github.com/hypertrack/hypertrack-node.git"
},
"bugs:": "https://github.com/hypertrack/hypertrack-node/issues",
"engines": {
"node": ">= v0.10.0"
},
"main": "lib/hypertrack.js",
"devDependencies": {
"chai": "~1.10.0",
"chai-as-promised": "~4.1.1",
"mocha": "~2.1.0",
"sinon": "*",
"istanbul": "*",
"coveralls": "*"
},
"dependencies": {
"bluebird": "^2.10.2",
"lodash": "^4.11.1",
"qs": "^2.4.2",
"request": "^2.81.0"
},
"license": "MIT",
"scripts": {
"test": "istanbul cover _mocha"
}
}