summaryrefslogtreecommitdiff
path: root/package.json
blob: 5ab91c4104939ea2fea71e120495be94f89463f4 (plain)
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
63
64
65
66
67
{
  "name": "toptal-calorie-counter",
  "description": "calorie counter assignment",
  "version": "1.0.0",
  "homepage": "",
  "main": "src/",
  "keywords": [
    "feathers"
  ],
  "license": "MIT",
  "repository": {},
  "author": {},
  "contributors": [],
  "bugs": {},
  "engines": {
    "node": ">= 0.12.0"
  },
  "scripts": {
    "test": "npm run jshint && npm run mocha",
    "jshint": "jshint src/. test/. --config",
    "start": "node src/",
    "mocha": "mocha test/ --recursive",
    "build": "webpack",
		"mock": "node mock/"
  },
  "dependencies": {
    "body-parser": "^1.17.1",
    "compression": "^1.6.2",
    "cors": "^2.8.1",
    "feathers": "^2.1.1",
    "feathers-authentication": "^0.7.12",
    "feathers-authentication-client": "^0.3.1",
    "feathers-configuration": "^0.3.3",
    "feathers-errors": "^2.6.1",
    "feathers-hooks": "^1.8.1",
    "feathers-rest": "^1.7.1",
    "feathers-sequelize": "^1.4.2",
    "icheck": "^1.0.2",
    "moment": "^2.18.0",
    "mysql": "^2.13.0",
    "passport": "^0.3.2",
    "promise-or": "^1.0.0",
    "react": "^15.4.2",
    "react-date-range": "^0.9.3",
    "react-dom": "^15.4.2",
    "react-icheck": "^0.3.6",
    "request": "^2.81.0",
    "sequelize": "^3.30.2",
    "serve-favicon": "^2.4.1",
    "superagent": "^3.5.0",
    "winston": "^2.3.1"
  },
  "devDependencies": {
    "babel-core": "^6.24.0",
    "babel-loader": "^6.4.1",
    "babel-preset-es2015": "^6.24.0",
    "babel-preset-react": "^6.23.0",
    "chai": "^3.5.0",
    "chai-http": "^3.0.0",
    "eslint": "^3.18.0",
    "eslint-plugin-react": "^6.10.1",
    "jshint": "^2.9.4",
    "mocha": "^3.2.0",
    "request": "^2.81.0",
    "webpack": "^2.2.1"
  }
}