summaryrefslogtreecommitdiff
path: root/lib/awprint/package.json
blob: f3a88f4411e378b4fe7c0f0bf0329eb717837e36 (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
{
  "name": "awprint",
  "version": "1.0.0",
  "description": "aw print service",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "undisclosed",
  "license": "UNLICENSED",
  "dependencies": {
    "bluebird": "^3.4.6",
    "body-parser": "^1.15.2",
    "mongoose": "^4.6.2",
    "react": "^15.5.4",
    "react-dom": "^15.5.4",
    "socket.io": "^2.0.2"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.24.1",
    "babel-loader": "^7.0.0",
    "babel-preset-env": "^1.5.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "webpack": "^2.6.1"
  }
}