UNPKG

fex

Version:

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

31 lines (26 loc) 580 B
{ "name": "<%- appName %>", "version": "<%- appVersion %>", "authors": [ "<%- authorName %> <<%- authorEmail %>>" ], "description": "<%- appDescription %>", "license": "<%- appLicense %>", "private": true, "ignore": [ "**/.*", "node_modules", "bower_components", "test" ], "dependencies": { "angular": "~1.3.0", "angular-route": "~1.3.0", "angular-resource": "~1.3.1" }, "devDependencies":{ "jasmine": "jasmine#2.0.2", "jquery": "jquery#1.11.1", "angular-mocks": "~1.3.0" } }