17 lines
319 B
JSON
Executable File
17 lines
319 B
JSON
Executable File
{
|
|
"name": "cryps-client",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "parcel index.html",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"borc": "^2.0.3",
|
|
"parcel": "^1.9.7"
|
|
}
|
|
}
|