forked from vladimirparanitsa-devpronet/exam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.21 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
{
"name": "exam.loc",
"version": "1.0.0",
"description": "Node.js exam",
"main": "index.js",
"scripts": {
"test": "npm test",
"start": "./node_modules/.bin/nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vladimirparanitsa-devpronet/exam.git"
},
"keywords": [
"Node",
"Scrapper",
"Mocha"
],
"author": "Vladimir Paranitsa",
"license": "ISC",
"bugs": {
"url": "https://github.com/vladimirparanitsa-devpronet/exam/issues"
},
"homepage": "https://github.com/vladimirparanitsa-devpronet/exam#readme",
"dependencies": {
"body-parser": "^1.16.1",
"cheerio": "^0.22.0",
"co": "^4.6.0",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"express": "^4.14.1",
"minimist": "^1.2.0",
"node-fetch": "^1.6.3",
"redis": "^2.6.5",
"swagger-express-mw": "^0.7.0",
"swagger-node-express": "^2.1.3",
"swagger-tools": "^0.10.1"
},
"devDependencies": {
"eslint": "^3.15.0",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-plugin-import": "^2.2.0",
"nodemon": "^1.11.0"
}
}