-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 892 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
33
34
{
"name": "node-fixer-io-api",
"version": "1.1.2",
"description": "node-api to connect to fixer.io",
"main": "app.js",
"engines": {
"node": "6.9.1"
},
"scripts": {
"start": "node app.js",
"test": "mocha --timeout 10000",
"heroku-prebuild": "echo This runs before Heroku installs your dependencies.",
"heroku-postbuild": "echo This runs afterwards."
},
"repository": {
"type": "git",
"url": "git+https://github.com/kenigbolo/node-api-server.git"
},
"author": "Kenigbolo Meya Stephen",
"license": "MIT",
"bugs": {
"url": "https://github.com/kenigbolo/node-api-server/issues"
},
"homepage": "https://github.com/kenigbolo/node-api-server#readme",
"dependencies": {
"fixer-io-utility": "^1.0.1"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.2.0",
"mocha": "^7.2.0",
"superagent": ">=3.7.0"
}
}