12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "getos",
- "version": "3.1.1",
- "description": "Get the OS/Distribution name of the environment you are working on",
- "main": "index.js",
- "scripts": {
- "test": "node tests/mocktests.js",
- "posttest": "standard",
- "integration": "node tests/runTest.js",
- "standard-fix": "standard --fix"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/retrohacker/getos.git"
- },
- "keywords": [
- "OS",
- "Distribution",
- "Platform"
- ],
- "author": "william.jblankenship@gmail.com",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/retrohacker/getos/issues"
- },
- "homepage": "https://github.com/retrohacker/getos",
- "devDependencies": {
- "cli-color": "1.4.0",
- "execSync": "1.0.2",
- "standard": "^12.0.1",
- "tape": "4.9.1"
- },
- "dependencies": {
- "async": "2.6.1"
- },
- "contributors": [
- {
- "name": "Benjamin E. Coe",
- "email": "bencoe@gmail.com",
- "url": "https://github.com/bcoe"
- }
- ]
- }
|