-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
85 lines (85 loc) · 2.26 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "idb-search-api",
"description": "iDigBio Search API",
"version": "1.0.18",
"private": true,
"dependencies": {
"babel-polyfill": "^6.16.0",
"bluebird": "^3.4.6",
"body-parser": "^1.12.0",
"cache-manager-redis": "^0.4.0",
"chroma-js": "^1.1.1",
"compression": "^1.5.0",
"cors": "^2.5.2",
"elasticsearch": "^12.0.1",
"hashids": "^1.0.1",
"kcors": "^2.2.0",
"koa": "^2.0.0-alpha.7",
"koa-adapter": "0.0.3",
"koa-bodyparser": "^3.2.0",
"koa-compress": "^2.0.0",
"koa-ctx-cache-control": "^1.0.0",
"koa-proxy": "^0.8.0",
"koa-router": "^7.0.1",
"lodash": "^4.17.1",
"mapnik": "4.0.0",
"morgan": "^1.7.0",
"ngeohash": "^0.6.0",
"redis": "^2.6.3",
"request": "^2.45.0",
"request-promise": "^4.1.1",
"sol-redis-pool": "^0.3.2",
"winston": "^2.3.1"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-jest": "^18.0.0",
"babel-plugin-module-resolver": "^2.5.0",
"babel-plugin-transform-promise-to-bluebird": "^1.1.1",
"babel-polyfill": "^6.16.0",
"babel-preset-node6": "^11.0.0",
"babel-preset-stage-3": "^6.17.0",
"babel-register": "^6.18.0",
"chai": "^3.5.0",
"eslint": "^3.10.1",
"eslint-import-resolver-babel-module": "^3.0.0",
"eslint-plugin-import": "^2.2.0",
"jest": "^18.0.0",
"nodemon": "^1.11.0",
"redis-mock": "^0.16.0",
"supertest": "^3.0.0",
"node-pre-gyp": "^0.6.39"
},
"scripts": {
"start": "node index.js",
"watch": "nodemon --exec npm run start",
"build": "npm run clean; babel -d ./build ./src/",
"clean": "rm -rf build/",
"test": "NODE_ENV=test BLUEBIRD_DEBUG=1 jest"
},
"licenses": [
{
"type": "GPLv3",
"url": "http://github.com/iDigBio/idigbio-search-api/raw/master/LICENSE.md"
}
],
"jest": {
"testPathIgnorePatterns": [
".eslintrc.js",
"/node_modules/",
"init.js"
],
"setupTestFrameworkScriptFile": "<rootDir>/__tests__/init"
},
"repository": {
"type": "git",
"url": "https://github.com/iDigBio/idigbio-search-api.git"
},
"keywords": [
"idigbio"
],
"bugs": {
"url": "https://github.com/iDigBio/idigbio-search-api/issues"
},
"homepage": "https://github.com/iDigBio/idigbio-search-api#readme"
}