]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git/blame - cmd/web/package.json
initial commit
[perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git] / cmd / web / package.json
CommitLineData
7a9e5112 1{
2 "name": "cryptoportfolio",
3 "version": "0.1",
4 "description": "cryptoportfolio js",
5 "main": "main.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "author": "jloup",
10 "license": "ISC",
11 "dependencies": {
12 "classnames": "^2.2.5",
13 "debowerify": "^1.3.1",
14 "localenvify": "^1.0.1",
15 "page": "^1.8.3",
16 "path-to-regexp": "^1.2.1"
17 },
18 "devDependencies": {
19 "babel-cli": "^6.26.0",
20 "babel-preset-env": "^1.6.1",
21 "babel-preset-react": "^6.24.1",
22 "browserify": "^15.2.0",
23 "jscs": "^3.0.3",
24 "jshint": "^2.9.2"
25 }
26}