-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 KB
/
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
43
44
{
"name": "almapp-api",
"version": "0.1.0",
"description": "Almapp REST API",
"main": "index.js",
"scripts": {
"start": "node --harmony_rest_parameters index.js",
"develop": "node_modules/nodemon/bin/nodemon.js index.js",
"test": "mocha --harmony_rest_parameters test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/almapp/almapp-api.git"
},
"keywords": [
"almapp",
"api",
"rest"
],
"author": "Patricio López <patricio@lopezjuri.com> (https://lopezjuri.com)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/almapp/almapp-api/issues"
},
"homepage": "https://github.com/almapp/almapp-api#readme",
"dependencies": {
"bluebird": "^3.1.1",
"body-parser": "^1.14.2",
"elasticsearch": "^10.0.1",
"express": "^4.13.3",
"http-status-codes": "^1.0.5",
"mongoosastic": "^3.6.0",
"mongoose": "^4.3.1",
"morgan": "^1.6.1",
"nconf": "^0.8.2",
"throw.js": "^1.0.0"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4",
"nodemon": "^1.8.1",
"supertest": "^1.1.0"
}
}