-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "traffic-jams-api",
"version": "0.1.0",
"description": "Рассчет времени проезда между двумя точками.",
"main": "./src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./server_side/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ottenokLeshi/trafficJamsApi.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ottenokLeshi/trafficJamsApi/issues"
},
"homepage": "https://github.com/ottenokLeshi/trafficJamsApi#readme",
"dependencies": {
"babel-core": "6.18.2",
"babel-eslint": "7.1.1",
"babel-loader": "6.2.8",
"babel-preset-es2015": "6.18.0",
"express": "^4.15.2",
"jsdom": "^9.8.3",
"lodash": "^4.17.4",
"pg": "^6.1.2",
"pg-hstore": "^2.3.2",
"sequelize": "^3.30.2"
},
"devDependencies": {
"eslint": "^3.12.2",
"eslint-config-airbnb": "13.0.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "6.8.0"
}
}