UNPKG

414 BJSONView Raw
1{
2 "name": "1508-cli",
3 "version": "1.0.2",
4 "description": "1508 CLI for Angular boilerplate",
5 "main": "index.js",
6 "bin": {
7 "1508": "./bin/cli.js"
8 },
9 "author": "Sune Radich Vestergaard | 1508",
10 "license": "ISC",
11 "dependencies": {
12 "colors": "^1.1.2",
13 "commander": "^2.11.0",
14 "custom-template-generator": "^0.1.1",
15 "prompt": "^1.0.0"
16 }
17}