-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 884 Bytes
/
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
{
"name": "debitoor",
"version": "1.0.0",
"description": "https://docs.google.com/document/d/1Ofb9o6ao_JdfKenCXs5IUdAN7SieVRA_1jqE96REB5Y/edit",
"main": "src/app.js",
"scripts": {
"start": "./node_modules/.bin/gulp serve",
"test": "./node_modules/.bin/gulp test",
"lint": "./node_modules/.bin/gulp lint::js"
},
"author": "Yaroslav Tkachenko",
"license": "ISC",
"devDependencies": {
"eslint": "^3.19.0",
"gulp": "git+https://github.com/gulpjs/gulp.git#4d726af750638d022126d653ccd1c397697cadc6",
"mocha": "^3.2.0",
"nodemon": "^1.11.0",
"shelljs": "^0.7.7",
"should": "^11.2.1",
"supertest": "^3.0.0"
},
"dependencies": {
"config": "^1.25.1",
"cors": "^2.8.3",
"errors": "^0.3.0",
"express": "^4.15.2",
"lodash": "^4.17.4",
"swagger-express-mw": "^0.7.0",
"swagger-ui-middleware": "^1.0.0"
}
}