-
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.46 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.46 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": "teamwork-connect",
"version": "1.0.0",
"description": "Teamwork for NodeJS by telerik students",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec tests/**/*.js",
"postinstall": "bower install",
"prestart": "npm install",
"start": "cd source && node app.js",
"inject-resources": "gulp inject-resources"
},
"engines" : {
"node" : "6.11.1"
},
"author": "Team C",
"license": "MIT",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"bower": "^1.8.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-session": "^1.14.2",
"method-override": "^2.3.7",
"mongoose": "^4.7.0",
"mongoose-validators": "^0.1.0",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pug": "^2.0.0-beta6"
},
"devDependencies": {
"chai": "^3.5.0",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-inject": "^4.1.0",
"jasmine-core": "^2.5.2",
"main-bower-files": "^2.13.1",
"mocha": "^3.2.0",
"mock-require": "^2.0.0",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"supertest": "^2.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodejs-and-friends/teamwork-connect.git"
},
"bugs": {
"url": "https://github.com/nodejs-and-friends/teamwork-connect/issues"
},
"homepage": "https://github.com/nodejs-and-friends/teamwork-connect#readme"
}