| 12345678910111213141516171819202122232425262728 |
- {
- "author": {
- "email": "[email protected]",
- "name": "Atomic Game Engine",
- "url": "http://www.AtomicGameEngine.com"
- },
- "bugs": {
- "url": "https://github.com/AtomicGameEngine/AtomicGameEngine/issues"
- },
- "dependencies": {
- "atomic-cli-mac-data" : "http://docs.atomicgameengine.com/npm/atomic-cli-mac-data-0.0.4.tgz"
- },
- "description": "Mac dependencies for atomic-cli package",
- "engines": {
- "node": ">=0.8.0"
- },
- "homepage": "http://www.AtomicGameEngine.com",
- "licenses": [{
- "type": "Atomic Game Engine",
- "url": "https://github.com/AtomicGameEngine/AtomicGameEngine/blob/master/LICENSE.md"
- }],
- "main": "./index.js",
- "name": "atomic-cli-mac",
- "preferGlobal": true,
- "repository": "https://github.com/AtomicGameEngine/AtomicGameEngine",
- "version": "0.0.6",
- "os" : ["darwin"]
- }
|