-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 824 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 824 Bytes
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
{
"name": "hacktool",
"version": "0.0.0",
"description": "Mistery project about to start",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/HackathonLovers/hacktool.git"
},
"contibutors": [
"Adolfo Sanz de Diego, @asanzdiego",
"Jorge Arévalo, @jorgeas80",
"Carlos Azaustre, @carlosazaustre"
],
"license": "GPL",
"bugs": {
"url": "https://github.com/HackathonLovers/hacktool/issues"
},
"homepage": "https://github.com/HackathonLovers/hacktool",
"dependencies": {
"express": "^4.11.0",
"mongoose": "^3.8.21",
"request": "^2.51.0"
},
"devDependencies": {
"chai": "^1.10.0",
"chai-as-promised": "^4.1.1",
"mocha": "^2.1.0",
"request": "^2.51.0"
}
}