-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.11 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.11 KB
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
39
40
41
42
43
44
45
46
47
{
"name": "velours-caneva",
"version": "1.0.1",
"description": "Canevá virtual de Velours",
"private": true,
"main": "start.js",
"scripts": {
"start": "node start.js",
"install": "node ./utils/install.js"
},
"author": "Andrrr <andresin@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "ssh://5755d8f52d52716369000171@velours-andrrr.rhcloud.com/~/git/velours.git/"
},
"keywords": [
"velours",
"caneva",
"virtual"
],
"dependencies": {
"body-parser": "^1.20.1",
"bower": "^1.7.9",
"colors": "^1.1.2",
"cookie-parser": "^1.4.3",
"dotenv": "^2.0.0",
"ejs": "^3.1.10",
"express": "^4.19.2",
"method-override": "^2.3.6",
"mongoose": "^5.13.22",
"morgan": "^1.7.0",
"multer": "^1.1.0",
"nodemon": "^1.9.2",
"serve-favicon": "^2.3.0",
"shelljs": "^0.8.5"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-cli": "^1.2.0",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0"
},
"eslintConfig": {}
}