| { | |
| "name": "xos-builder", | |
| "version": "1.0.0", | |
| "description": "Angular Application Builder tailored to XOS needings", | |
| "main": "xos-builder.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "keywords": [ | |
| "XOS", | |
| "Angular", | |
| "XOSlib" | |
| ], | |
| "author": "Matteo Scandolo", | |
| "license": "ISC", | |
| "bin": { | |
| "xos": "xos-builder.js" | |
| }, | |
| "dependencies": { | |
| "chalk": "^1.1.1", | |
| "chalkline": "0.0.4" | |
| } | |
| } |