-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
60 lines (60 loc) · 1.45 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "sib-colombia-dataportal-explorer",
"version": "0.2.0",
"private": true,
"author": "Valentinilla <[email protected]>",
"description": "Web application for SIB Colombia dataportal map data exploration",
"contributors": [
{
"name": "Daniel Amariles",
"email": "[email protected]"
},
{
"name": "Oscar Duque",
"email": "[email protected]"
}
],
"scripts": {
"start": "./node_modules/.bin/nodemon -e jade,js,styl app.js",
"test": "set NODE_ENV=test; ./node_modules/.bin/mocha --reporter spec test/test-*.js"
},
"keywords": [
"sib-colombia",
"data-portal",
"sib-colombia-data-portal",
"sib-map-explorer"
],
"dependencies": {
"async": "0.9.0",
"body-parser": "1.12.0",
"compression": "1.4.1",
"elasticsearchclient": "0.5.3",
"errorhandler": "1.3.4",
"express": "latest",
"jade": "1.9.2",
"kafka-node": "^0.2.26",
"method-override": "2.3.1",
"moment": "2.9.0",
"morgan": "1.5.1",
"q": "1.2.0",
"recaptcha": "^1.2.1",
"request": "2.53.0",
"serve-favicon": "2.2.0",
"serve-static": "1.9.1",
"stylus": "0.50.0",
"underscore": "1.8.2",
"winston": "0.9.0"
},
"devDependencies": {
"mariasql": "latest",
"mocha": "latest",
"mongodb": "latest",
"nodemon": "latest",
"should": "latest",
"supertest": "latest"
},
"license": "MIT",
"engines": {
"node": ">=0.10.36"
}
}