forked from JustEatForBusiness/onfleet.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 937 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 937 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
36
37
38
39
{
"name": "onfleet",
"version": "2.4.0",
"description": "Node client for Onfleet",
"main": "lib/onfleet.js",
"scripts": {
"test": "mocha",
"prepublish": "babel src/ --out-dir lib/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stefda/onfleet.js.git"
},
"keywords": [
"onfleet"
],
"author": "David Stefan <david@citypantry.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stefda/onfleet.js/issues"
},
"homepage": "https://github.com/stefda/onfleet.js#readme",
"dependencies": {
"moment": "^2.17.0",
"request": "^2.78.0",
"request-promise": "^4.1.1",
"babel-runtime": "^5.8.25"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.6.0",
"chai": "^3.5.0",
"mocha": "^3.1.2",
"nock": "^9.0.2",
"sinon": "^1.17.6",
"sinon-as-promised": "^4.0.2"
}
}