-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.19 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
{
"name": "BillzHelper",
"version": "5.1.0",
"description": "A web app that you used to manage bills and due dates",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Clint Small Cain",
"license": "ISC",
"dependencies": {
"body-parser": "^1.12.2",
"cookie-parser": "^1.3.4",
"express": "^4.12.3",
"express-session": "^1.10.4",
"jade": "^1.9.2",
"mongoose": "^3.8.25",
"morgan": "^1.5.2",
"mysql": "^2.0.0-alpha8",
"orm": "^2.1.24",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"promise": "^7.0.1",
"q": "^1.3.0",
"stylus": "^0.50.0"
},
"devDependencies": {
"chai": "^2.1.2",
"chai-as-promised": "^4.3.0",
"express-mock-request": "0.0.2",
"gulp": "^3.8.11",
"gulp-load-plugins": "^0.9.0",
"gulp-mocha": "^2.0.1",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.2",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-mocha": "^0.1.10",
"mocha": "^2.2.1",
"mock-request": "^0.1.2",
"mocks": "0.0.15",
"node-mocks-http": "^1.2.7",
"node-monkey": "^0.2.15",
"should": "^5.2.0"
}
}