-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 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
{
"name": "rezerve",
"description": "Simple application for client satisfaction survey and reservation",
"author": "Philippe Blondin <blondin.philippe@gmail.com>",
"version": "0.0.1",
"license": "MIT",
"private": true,
"engines": {
"node": ">= 0.10"
},
"dependencies": {
"locomotive": "0.3.x",
"express": "3.x.x",
"connect": "2.x.x",
"jade": "0.35.x",
"express-validator": "0.8.x",
"connect-powered-by": "0.1.x",
"mongodb": "1.3.x",
"mongoose": "3.6.x",
"expresso": "0.9.x",
"mongoose-types": ">= 1.0.x",
"locomotive-mongoose": ">= 0.1.x",
"coupon-code": "0.1.x"
},
"bin": {
"lcm": "./node_modules/locomotive/bin/lcm"
},
"scripts": {
"start": "lcm server",
"debug": "lcm server --debug"
},
"repository": {
"type": "git",
"url": "https://github.com/pblondin/re-zerve.git"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-compass": "~0.6.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-jade": "~0.8.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-copy": "~0.4.1"
}
}