-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.15 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
{
"name": "apiexpress",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"babel-node": "babel-node",
"start": "nodemon -L --exec npm run babel-node -- app.js",
"lint": "eslint ./**/*.js ./*.js",
"test": "./node_modules/.bin/jasmine-node --color ./app --autotest --captureExceptions --watch ./app"
},
"author": "robert.p1991@gmail.com",
"license": "ISC",
"dependencies": {
"body-parser": "^1.17.2",
"express": "4.15.3",
"express-hateoas-links": "1.0.7",
"mysql": "^2.13.0",
"mysql2": "^1.3.2",
"sequelize": "^3.30.4",
"sequelize-cli": "^2.7.0",
"winston": "^2.3.1"
},
"devDependencies": {
"babel-cli": "6.24.1",
"babel-eslint": "^7.2.3",
"babel-preset-env": "1.5.1",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-1": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"fs": "^0.0.1-security",
"jasmine-node": "1.14.5",
"path": "^0.12.7",
"request": "2.81.0"
}
}