-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.69 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "locarERC20-back",
"version": "0.1.0",
"description": "Starter project for an ES6 RESTful Express API",
"main": "start",
"scripts": {
"start": "nodemon ./src/index.js",
"test": "eslint src"
},
"eslintConfig": {
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 7,
"sourceType": "module"
},
"env": {
"node": true
},
"rules": {
"no-console": 0,
"no-unused-vars": 1
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/developit/express-es6-rest-api.git"
},
"author": "Sadegh teymouri <[email protected]>",
"license": "MIT",
"dependencies": {
"@rnbwd/tweetnacl": "git+https://github.com/BrightID/tweetnacl-js.git",
"base64-js": "^1.3.0",
"body-parser": "^1.13.3",
"compression": "^1.5.2",
"cors": "^2.7.1",
"cron": "^1.7.0",
"crypto": "^1.0.1",
"dotenv": "^6.2.0",
"events": "^3.0.0",
"express": "^4.13.3",
"express-jwt": "^5.3.1",
"image-to-base64": "^2.0.1",
"mime-types": "^2.1.22",
"moment": "^2.24.0",
"mongoose": "^5.4.10",
"morgan": "^1.8.0",
"multer": "^1.4.1",
"node-fetch": "^2.3.0",
"qrcode": "^1.3.3",
"randombytes": "^2.1.0",
"resource-router-middleware": "^0.6.0",
"sharp": "^0.21.3"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-core": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^3.1.1",
"nodemon": "^1.9.2"
},
"bugs": {
"url": "https://github.com/developit/express-es6-rest-api/issues"
},
"homepage": "https://github.com/developit/express-es6-rest-api#readme",
"keywords": [
"angure"
]
}