mirror of
https://github.com/smartyellow/status.git
synced 2025-02-18 03:29:27 +00:00
26 lines
543 B
JSON
26 lines
543 B
JSON
{
|
|
"name": "status",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"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": {
|
|
"csso": "^5.0.3"
|
|
}
|
|
}
|