1234567891011121314 |
- {
- "name": "cobox-constants",
- "version": "1.0.1",
- "description": "A stable set of constants for cobox",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "magma-collective",
- "license": "AGPL-3.0-or-later",
- "dependencies": {
- "os": "^0.1.1"
- }
- }
|