UNPKG

fex

Version:

A simple command line interface that helps you develop and test Angularjs project.

36 lines (35 loc) 776 B
{ "name": "fex", "version": "0.0.24", "description": "A simple command line interface that helps you develop and test Angularjs project.", "main": "fex.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/hwangzhiming/fex.git" }, "author": { "name": "hwangzhiming", "email": "hwangzhiming@gmail.com", "url": "http://www.topming.com" }, "license": "MIT", "dependencies": { "colors": "~1.0.3", "commander": "~2.5.0", "ejs": "^1.0.0", "fs-extra": "~0.12.0", "prompt": "~0.2.14" }, "bin": { "fex": "fex.js" }, "keywords":[ "angular", "yeoman", "fex", "generator" ] }