UNPKG

ars

Version:

Poor man's yo.

43 lines (42 loc) 980 B
{ "name": "ars", "version": "1.2.0", "description": "Poor man's yo.", "main": "./out/main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "ars": "./out/main.js", "arst": "./out/main.js" }, "keywords": [ "ars", "handlebars", "yo", "simpleyo", "templating" ], "author": "Bogdan Mustiata <bogdan.mustiata@gmail.com>", "license": "BSD-3-Clause", "devDependencies": { "@types/colors": "0.6.33", "@types/fs-extra": "0.0.35", "@types/handlebars": "4.0.31", "@types/node": "0.0.2", "babel-core": "^6.17.0", "babel-loader": "^6.2.5", "babel-preset-es2015": "^6.16.0", "smart-banner-webpack-plugin": "2.0.0", "ts-loader": "^1.2.2", "typescript": "^2.0.3", "webpack": "^1.13.2" }, "dependencies": { "babel-polyfill": "^6.16.0", "source-map-support": "0.4.6", "colors": "^1.1.2", "fs-extra": "1.0.0", "handlebars": "^4.0.6" } }