mnml/client/package.json
2018-09-15 14:11:23 +10:00

17 lines
332 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",
"parcel": "^1.9.7"
}
}