-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 917 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 917 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": "midaas-api",
"version": "1.0.0",
"description": "Midaas API Express App",
"main": "app/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noonkay/midaas-api.git"
},
"author": "Negar Kalbasi",
"license": "ISC",
"bugs": {
"url": "https://github.com/noonkay/midaas-api/issues"
},
"homepage": "https://github.com/noonkay/midaas-api#readme",
"dependencies": {
"basic-auth": "^1.0.4",
"cors": "^2.7.1",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"helmet": "^2.1.0",
"lodash": "^4.11.1",
"numeraljs": "^1.5.6",
"pg": "^4.5.3"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"chai-sorted": "^0.1.0",
"mocha": "^2.5.3",
"supertest": "^1.2.0",
"supertest-as-promised": "^3.1.0",
"tap-prettify": "0.0.2",
"tape": "^4.5.1"
}
}