forked from yamdraco/lalamove-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 826 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
{
"name": "lalamove-js",
"version": "1.0.0",
"description": "Lalamove API to find driver for express delivery",
"main": "index.js",
"dependencies": {
"crypto-js": "3.1.9-1",
"superagent": "3.6.0",
"uuid": "3.1.0"
},
"devDependencies": {
"mocha": "3.5.3",
"chai": "4.1.2",
"lodash": "4.17.4",
"coveralls": "2.13.1",
"istanbul": "0.4.5",
"mocha-lcov-reporter": "1.3.0"
},
"scripts": {
"test": "node_modules/istanbul/lib/cli.js cover --report lcovonly node_modules/mocha/bin/_mocha -- --reporter ${MOCHA_REPORTER:=spec} --timeout 15000 test/*"
, "coveralls": "cat ./coverage/lcov.info | node_modules/coveralls/bin/coveralls.js"
},
"keywords": [
"Lalamove",
"Delivery",
"Express",
"Easy",
"Van"
],
"author": "Draco Yam",
"license": "MIT"
}