-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 995 Bytes
/
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
{
"name": "nodejs-challenge",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index",
"test": "mocha tests/**/**"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaimelopesflores/nodejs-challenge.git"
},
"keywords": [
"auctionata",
"nodejs",
"challenge"
],
"author": "Jaime Flores",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaimelopesflores/nodejs-challenge/issues"
},
"homepage": "https://github.com/jaimelopesflores/nodejs-challenge#readme",
"devDependencies": {
"mocha": "^3.0.2",
"seneca": "^3.0.0",
"seneca-basic": "^0.5.0",
"seneca-entity": "^1.3.0",
"seneca-mem-store": "^0.6.0"
},
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"jade": "^1.11.0",
"seneca": "^3.0.0",
"seneca-basic": "^0.5.0",
"seneca-entity": "^1.3.0",
"seneca-mem-store": "^0.6.0",
"socket.io": "^1.4.8"
}
}