-
Notifications
You must be signed in to change notification settings - Fork 112
/
Copy pathpackage.json
67 lines (67 loc) · 1.65 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "bootstrap3-jade-node-express",
"description": "Display Bootstrap 3 sample templates using Jade, Node and Express",
"version": "0.0.0",
"homepage": "http://www.alt-f1.be",
"author": {
"name": "Abdelkrim Boujraf",
"email": "abo+github@alt-f1.be",
"url": "http://www.alt-f1.be"
},
"repository": {
"type": "git",
"url": "https://github.com/kobieisen/bootstrap3-html-jade-node-express-grunt.git"
},
"bugs": {
"url": "https://github.com/ALT-F1/bootstrap3-jade-node-/issues?status=new&status=open"
},
"license": {
"type": "MIT",
"url": "http://www.alt-f1.be"
},
"private": true,
"scripts": {
"start": "grunt"
},
"dependencies": {
"adm-zip": "^0.4.11",
"body-parser": "~1.15.2",
"cookie-parser": "1.4.3",
"errorhandler": "1.4.3",
"express": "~4.14.0",
"express-session": "1.14.2",
"googleapis": "~14.1.0",
"grunt": "~1.0.1",
"js-beautify": "^1.8.8",
"matchdep": "~1.0.1",
"method-override": ">=2.3.10",
"morgan": ">=1.9.1",
"prompt": "^1.0.0",
"pug": "^2.0.0-beta6",
"request": "^2.88.0",
"serve-favicon": "2.3.0"
},
"_commentdependencies": {
"jade": "~1.0.2",
"mongoose": "~3.6.16",
"request": "~2.26.0",
"async": "~0.2.9"
},
"keywords": [
"nodejs",
"Express",
"Jade",
"pug",
"Bootstrap 3.2.0"
],
"devDependencies": {
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-open": "~0.2.2",
"grunt-nodemon": "~0.4.2",
"grunt-markdown": "~0.7.0"
}
}