aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/package.json
blob: 84aac37dbf04f0b4ed6b16384f992ae64c27f458 (plain) (blame)
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
{
  "name": "cryptoportfolio",
  "version": "0.1",
  "description": "cryptoportfolio js",
  "main": "main.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "jloup",
  "license": "ISC",
  "dependencies": {
    "classnames": "^2.2.5",
    "debowerify": "^1.3.1",
    "localenvify": "^1.0.1",
    "page": "^1.8.3",
    "path-to-regexp": "^1.2.1"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "browserify": "^15.2.0",
    "jscs": "^3.0.3",
    "jshint": "^2.9.2"
  }
}