-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·56 lines (55 loc) · 1.48 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
{
"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": "[email protected]",
"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": {
"express": "~3.2.6",
"grunt": "~0.4.1",
"jade": "~0.34.1",
"googleapis": "~0.4.3",
"matchdep": "~0.1.2"
},
"_commentdependencies": {
"jade": "~1.0.2",
"mongoose": "~3.6.16",
"request": "~2.26.0",
"async": "~0.2.9"
},
"keywords": [
"nodejs",
"Express",
"Jade",
"Bootstrap 3.2.0"
],
"devDependencies": {
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.6.2",
"grunt-contrib-watch": "~0.5.1",
"grunt-open": "~0.2.2",
"grunt-nodemon": "~0.1.0",
"grunt-markdown": "~0.4.0"
}
}