summaryrefslogtreecommitdiff
path: root/package.json
blob: 846d80e5835e14cf3d98c6cce8cd278d7b39acba (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
{
  "name": "msa",
  "version": "1.0.0",
  "description": "msa cartweaver helper app",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@ghghgh.us:msana.git"
  },
  "author": "jules laplace <julescarbon@gmail.com>",
  "license": "UNLICENSED",
  "dependencies": {
    "body-parser": "^1.17.1",
    "bookshelf": "^0.10.3",
    "browser-saveas": "^1.0.1",
    "csv-stringify": "^1.0.4",
    "dotenv": "^4.0.0",
    "express": "^4.15.2",
    "express-basic-auth": "^1.0.1",
    "knex": "^0.12.9",
    "lodash": "^4.17.4",
    "mysql": "^2.13.0",
    "react": "^15.5.4",
    "react-dom": "^15.5.4",
    "serve-favicon": "^2.4.2",
    "superagent": "^3.5.2"
  },
  "devDependencies": {
    "babel-core": "^6.24.1",
    "babel-loader": "^6.4.1",
    "babel-preset-env": "^1.4.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "webpack": "^2.4.1"
  }
}