-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 871 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 871 Bytes
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": "cloudcms-manage-menus",
"version": "1.0.0",
"description": "Tutorial: How to manage menus in cloudcms",
"main": "app.js",
"scripts": {
"start": "node app",
"setup": "node setup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/idealley/cloudcms-manage-menus.git"
},
"keywords": [
"tutorial",
"cloud",
"cms",
"menu"
],
"author": "Samuel Pouyt",
"license": "ISC",
"bugs": {
"url": "https://github.com/idealley/cloudcms-manage-menus/issues"
},
"homepage": "https://github.com/idealley/cloudcms-manage-menus#readme",
"dependencies": {
"chalk": "^1.1.3",
"clear": "0.0.1",
"clui": "^0.3.6",
"cors": "^2.8.3",
"express": "^4.15.3",
"figlet": "^1.1.2",
"gitana": "^1.0.242",
"inquirer": "^3.1.1",
"minimist": "^1.2.0",
"touch": "^1.0.0"
}
}