-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1.13 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
{
"name": "gpii-pouchdb-lucene",
"version": "0.2.1",
"description": "A wrapper for couchdb-lucene to allow it to be required and used in tests.",
"main": "index.js",
"repository": "https://github.com/GPII/gpii-pouchdb-lucene/",
"scripts": {
"test": "node node_modules/istanbul/lib/cli.js cover tests/js/lucene-tests.js",
"postinstall": "npm run build",
"build": "node bin/build_couchdb_lucene.js"
},
"author": "Tony Atkins <[email protected]>",
"license": "BSD-3-Clause",
"dependencies": {
"adm-zip": "0.4.13",
"gpii-express": "1.0.15",
"gpii-launcher": "1.0.0-dev.20170712T140305Z.aa60d4a",
"gpii-pouchdb": "1.0.14",
"infusion": "3.0.0-dev.20180227T185528Z.08741e844",
"request": "2.88.0",
"rimraf": "3.0.0"
},
"devDependencies": {
"eslint": "6.1.0",
"eslint-config-fluid": "1.3.0",
"fluid-grunt-eslint": "18.1.2",
"grunt": "1.0.4",
"grunt-jsonlint": "1.1.0",
"istanbul": "0.4.5",
"kettle": "1.11.0",
"mkdirp": "0.5.1",
"node-jqunit": "1.1.8"
}
}