-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.22 KB
/
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
39
40
41
42
43
44
45
{
"name": "hapoelbus-scheduler",
"version": "1.0.0",
"description": "scheduler tasks for https://github.com/akaspi/hapoelbus",
"main": "index.js",
"scripts": {
"start": "echo Welcome to HapoelBus Scheduler!",
"postinstall": "node ./createHerokuTasks",
"test": "JASMINE_CONFIG_PATH=jasmine.json nyc jasmine",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"update-version": "npm version $1 -m \"Update version to %s\""
},
"engines": {
"node": "6.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akaspi/hapoelbus-scheduler.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/akaspi/hapoelbus-scheduler/issues"
},
"homepage": "https://github.com/akaspi/hapoelbus-scheduler#readme",
"dependencies": {
"bluebird": "^3.4.6",
"dotenv": "^2.0.0",
"firebase": "^3.6.4",
"firebase-admin": "^4.0.4",
"lodash": "^4.17.2",
"mkdirp": "^0.5.1",
"nock": "^9.0.2",
"proxyquire": "^1.7.10",
"sendgrid": "^4.7.1",
"twilio": "^2.11.1"
},
"devDependencies": {
"coveralls": "^2.11.15",
"jasmine": "^2.5.2",
"jasmine-spec-reporter": "^2.7.0",
"nyc": "^10.0.0"
}
}