mnml/client/package.json
2018-09-16 23:56:37 +10:00

23 lines
514 B
JSON
Executable File

{
"name": "cryps-client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "parcel index.html --port 40080",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "UNLICENSED",
"dependencies": {
"borc": "^2.0.3",
"bulma-toast": "^1.2.0",
"parcel": "^1.9.7",
"docco": "^0.7.0",
"eslint": "^3.18.0",
"eslint-config-airbnb-base": "^11.1.1",
"eslint-plugin-import": "^2.2.0",
"jest": "^18.0.0"
}
}