UNPKG

mamba-js-framework

Version:

Mamba JS Framework is a web framework to make a rapid development of web front ends based on AngularJS.

39 lines (38 loc) 1.01 kB
{ "name": "mamba-js-framework", "version": "1.0.5", "description": "Mamba JS Framework is a web framework to make a rapid development of web front ends based on AngularJS.", "main": "mamba", "dependencies": { "async": "^1.4.2", "cheerio": "^0.19.0", "child-process-promise": "^1.1.0", "commander": "^2.8.1", "lodash": "^3.9.3", "walk": "^2.3.9", "bluebird": "^2.9.30" }, "devDependencies": {}, "scripts": { "start": "node mamba", "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "mamba": "./mamba" }, "repository": { "type": "git", "url": "git+https://github.com/cadrogui/MambaJS-Framework.git" }, "keywords": [ "AngularJS", "Front-End", "Web" ], "author": "Mikel Carozzi <cadrogui@gmail.com> (https://github.com/cadrogui)", "license": "MIT", "bugs": { "url": "https://github.com/cadrogui/MambaJS-Framework/issues" }, "homepage": "https://github.com/cadrogui/MambaJS-Framework#readme" }