mirror of
https://github.com/webxoss/webxoss-client.git
synced 2025-01-19 02:36:03 +01:00
20 lines
353 B
JSON
20 lines
353 B
JSON
|
{
|
||
|
"name": "webxoss-client",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Web client for WEBXOSS",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"webxoss",
|
||
|
"wixoss",
|
||
|
"tcg"
|
||
|
],
|
||
|
"author": "WEBXOSS",
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"uglify-js": "^2.7.3"
|
||
|
}
|
||
|
}
|