forked from azat-co/rest-api-express
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 729 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 729 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
{
"name": "rest-api-express",
"version": "0.0.8",
"description": "",
"main": "express.js",
"scripts": {
"start": "node express.js",
"test": "mocha express.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/azat-co/rest-api-express.git"
},
"author": "Azat Mardan",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/azat-co/rest-api-express/issues"
},
"dependencies": {
"body-parser": "1.9.2",
"debug": "^2.1.1",
"elasticsearch": "^3.1.1",
"express": "4.10.1",
"morgan": "1.5.0",
"promise": "^6.0.1",
"q": "^1.1.2"
},
"devDependencies": {
"expect.js": "0.3.1",
"mocha": "2.0.1",
"superagent": "0.20.0"
}
}