-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.29 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
{
"name": "MuseoWalter",
"author": "Walter Rolandi",
"description": "Cataloging system for Jseuit Museum",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/joparatonsig/MuseoWalter.git"
},
"bugs": "https://github.com/joparatonsig/museowalter/issues",
"contributors": "https://github.com/joparatonsig/museowalter/graphs/contributors",
"keywords": [
"catalog",
"museum",
"history",
"Jesuits",
"Paraguay"
],
"engines": {
"node": "5.x.x",
"npm": "3.x.x"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "^2.3.4",
"express": "~4.13.1",
"express-ejs-layouts": "^2.0.0",
"hbs": "~3.1.0",
"morgan": "~1.6.1",
"mysql": "^2.10.0",
"sequelize": "^3.17.1",
"serve-favicon": "~2.3.0",
"sqlite3": "^3.1.1",
"stylus": "0.42.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt-contrib-csslint": "^0.5.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-stylus": "^0.22.0",
"grunt-csscomb": "^3.1.0",
"grunt-githooks": "^0.5.0",
"grunt-jscs": "^2.6.0",
"grunt-shell": "^1.1.2"
}
}