-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.32 KB
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
{
"name": "tipminer",
"version": "0.0.0",
"description": "Help for managing a restaurant",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "0.10.24",
"npm": "1.3.8"
},
"author": "Chris Baily",
"license": "ISC",
"dependencies": {
"angular": "^1.4.4",
"body-parser": "~1.10.0",
"cookie-parser": "~1.3.3",
"errorhandler": "~1.3.0",
"express": "~4.10.6",
"express-session": "~1.9.3",
"jade": "~1.8.2",
"lodash": "~2.4.1",
"method-override": "~2.3.0",
"mongoose": "4.1.0",
"morgan": "~1.5.0",
"multer": "~0.1.6",
"passport": "~0.2.0",
"passport-local": "~1.0.0",
"postal": "^1.0.6",
"q": "~1.1.2",
"serve-favicon": "~2.2.0",
"socket.io": "^1.3.6",
"stylus": "^0.42.3"
},
"devDependencies": {
"karma-mocha": "^0.1.3",
"mocha": "^1.18.2",
"karma-chai-plugins": "^0.2.1",
"karma": "~0.12.23",
"karma-chrome-launcher": "^0.1.3",
"gulp": "~3.8.8",
"gulp-concat": "~2.4.1",
"gulp-uglify": "~1.0.1",
"gulp-ng-annotate": "~0.3.3",
"gulp-jshint": "~1.8.5",
"gulp-karma": "0.0.4",
"sinon": "~1.10.3",
"karma-sinon": "~1.0.3",
"chai": "~1.9.2",
"gulp-rename": "~1.2.0",
"gulp-util": "~3.0.3"
}
}