-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 846 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
35
36
37
38
{
"name": "miecoin",
"version": "1.0.0",
"description": "Mie cryptocurrency",
"main": "src/index.js",
"scripts": {
"test": "nyc mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mie00/miecoin.git"
},
"keywords": [
"cryptocurrency"
],
"author": "Mohamed Elawadi <mohamed@elawadi.net>",
"license": "ISC",
"bugs": {
"url": "https://github.com/mie00/miecoin/issues"
},
"homepage": "https://github.com/mie00/miecoin#readme",
"dependencies": {
"body-parser": "^1.18.2",
"config": "^1.30.0",
"express": "^4.16.3",
"lodash": "^4.17.5",
"mysql": "^2.15.0",
"request": "^2.85.0",
"rwlock": "^5.0.0"
},
"devDependencies": {
"mocha": "^5.0.5",
"nyc": "^11.6.0",
"should": "^13.2.1",
"sinon": "^4.4.8",
"supertest": "^3.0.0"
}
}