forked from GLSea1979/fit-O-matic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.64 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
{
"name": "fit-O-matic",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"directories": {
"test": "test"
},
"dependencies": {
"aws-sdk": "^2.28.0",
"aws-sdk-mock": "^1.6.1",
"bcrypt": "^1.0.2",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"chai": "^3.5.0",
"cors": "^2.8.1",
"coveralls": "^2.12.0",
"debug": "^2.6.2",
"del": "^2.2.2",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^4.1.0",
"http-errors": "^1.6.1",
"istanbul": "^0.4.5",
"jsonwebtoken": "^7.3.0",
"mongoose": "^4.8.7",
"morgan": "^1.8.1",
"multer": "^1.3.0",
"superagent": "^3.5.0"
},
"devDependencies": {
"aws-sdk-mock": "^1.6.1",
"chai": "^3.5.0",
"coveralls": "^2.12.0",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^4.1.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"nodemon": "^1.11.0",
"superagent": "^3.5.0"
},
"scripts": {
"lint": "gulp lint",
"test": "DEBUG='fit-O-matic*', mocha",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"start": "DEBUG='fit-O-matic*', node server.js",
"watch": "DEBUG='fit-O-matic*', nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GLSea1979/fit-O-matic.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GLSea1979/fit-O-matic/issues"
},
"homepage": "https://github.com/GLSea1979/fit-O-matic#readme"
}