-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "originalmy-origmyid",
"version": "1.0.0",
"description": "OriginalMyID, Identidade Blockchain",
"main": "index.js",
"scripts": {
"start": "node ./bin/server.js",
"start-dev": "NODE_ENV=devevelopment nodemon --watch src --inspect=0.0.0.0:9222 ./bin/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OriginalMy/OrigMyID.git"
},
"keywords": [
"OMyID",
"OriginalMyID",
"Identidade",
"Blockchain"
],
"author": "OriginalMy",
"bugs": {
"url": "https://github.com/OriginalMy/OrigMyID/issues"
},
"homepage": "https://github.com/OriginalMy/OrigMyID#readme",
"dependencies": {
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"configstore": "^4.0.0",
"cookie-parser": "^1.4.3",
"crypto": "^1.0.1",
"debug": "^3.1.0",
"dot-prop": "^4.2.0",
"ejs": "^2.5.7",
"express": "^4.16.2",
"lint": "^1.1.2",
"morgan": "^1.9.0",
"path": "^0.12.7",
"request": "^2.88.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"nodemon": "^1.18.4"
}
}