-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 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
{
"name": "telerik-racer",
"version": "0.0.1",
"description": "A car system for a races and tournaments",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"test": "mocha tests --requre tests/config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TA-2016-NodeJs-Team2/Telerik-Racer.git"
},
"author": "MY, PA, MK",
"license": "MIT",
"bugs": {
"url": "https://github.com/TA-2016-NodeJs-Team2/Telerik-Racer/issues"
},
"homepage": "https://github.com/TA-2016-NodeJs-Team2/Telerik-Racer#readme",
"dependencies": {
"alertify": "^0.3.0",
"alertifyjs": "^1.6.0",
"bluebird": "^2.9.26",
"body-parser": "^1.14.2",
"cookie-parser": "^1.4.0",
"crypto-js": "^3.1.6",
"express": "^4.13.3",
"jade": "^1.11.0",
"mongoose": "^4.3.4",
"node-notifier": "^4.4.0",
"nodemon": "^1.8.1",
"passport": "^0.3.2",
"passport-http-bearer": "^1.0.1",
"passport-strategy": "^1.0.0",
"moment": "latest"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4",
"sinon": "^1.17.2"
}
}