-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1008 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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 <[email protected]> (https://github.com/cadrogui)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cadrogui/MambaJS-Framework/issues"
},
"homepage": "https://github.com/cadrogui/MambaJS-Framework#readme"
}