-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.58 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
61
62
{
"name": "biodiversity_catalogue_v2_API",
"version": "0.0.1",
"description": "Starter project for an ES6 RESTful Express API",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"author": "Oscar Duque <[email protected]>",
"license": "MIT",
"dependencies": {
"babel-cli": "latest",
"body-parser": "latest",
"compression": "latest",
"convict": "latest",
"cors": "latest",
"debug": "latest",
"elasticsearch": "latest",
"express": "latest",
"jsonfile": "latest",
"resource-router-middleware": "latest",
"swagger": "latest",
"swagger-express-mw": "latest",
"swagger-ui-express": "latest",
"util": "latest",
"validator": "latest",
"winston": "latest",
"mongoose": "latest",
"mongoose-schema-extend": "latest",
"async": "latest",
"mongoose-unique-validator": "latest",
"bluebird": "latest",
"csv-parse": "latest",
"restler": "latest",
"csv-streamify": "latest",
"mongoose-paginate": "latest",
"flickrapi": "latest"
},
"bugs": {
"url": ""
},
"homepage": "",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"debug": "^2.6.6",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"nodemon": "^1.11.0",
"should": "^11.2.1",
"supertest": "^3.0.0",
"webpack": "^2.5.0"
}
}