mirror of
https://github.com/smartyellow/status.git
synced 2024-11-21 23:19:01 +01:00
23 lines
520 B
JSON
23 lines
520 B
JSON
{
|
|
"name": "status",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/smartyellow/status.git"
|
|
},
|
|
"author": "Romein van Buren",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/smartyellow/status/issues"
|
|
},
|
|
"homepage": "https://github.com/smartyellow/status#readme",
|
|
"dependencies": {
|
|
"rollup-plugin-css-only": "^3.1.0"
|
|
}
|
|
}
|