-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "diveGoldUI",
"version": "1.0.0",
"description": "Dive Gold UI - Reservas",
"main": "index.js",
"dependencies": {
"express": "^4.12.3",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"passport": "^0.3.0",
"passport-local": "^1.0.0",
"cookie-parser": "^1.4.0",
"express-session": "^1.11.3",
"body-parser": "^1.14.1",
"morgan": "^1.6.1",
"connect-flash": "^0.1.1"
},
"devDependencies": {
"body-parser": "^1.14.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.0",
"express-session": "^1.11.3",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-githooks": "^0.3.1",
"grunt-jsbeautifier": "^0.2.10",
"jshint": "latest",
"morgan": "^1.6.1",
"passport": "^0.3.0",
"passport-local": "^1.0.0"
},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Coooi/diveGoldUI.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Coooi/diveGoldUI/issues"
},
"homepage": "https://github.com/Coooi/diveGoldUI/home.html"
}