-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.5 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
{
"author": "Dom Harrington <[email protected]>",
"name": "@clocklimited/cf-dedupe-list-aggregator",
"description": "Dedupe version of cf-list-aggregator",
"version": "2.2.0",
"tags": [],
"repository": {
"type": "git",
"url": "[email protected]:clocklimited/cf-dedupe-list-aggregator.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"main": "./dedupe-list-aggregator.js",
"scripts": {
"lint": "eslint -f unix .",
"inspect": "jsinspect .",
"pretest": "npm run lint && npm run inspect && depcheck --no-dev",
"test": "istanbul cover _mocha test",
"posttest": "(istanbul check-coverage --statements 90 --branches 75 --functions 100 --lines 95 && rm -rf coverage) || echo Look at 'coverage/lcov-report/index.html' to find out more",
"prepublish": "npm test && npm prune"
},
"engines": {
"node": ">=0.10"
},
"dependencies": {
"cf-list-aggregator": "^2.1.0",
"lodash": "^4.17.12"
},
"devDependencies": {
"async": "~0.2.9",
"crud-service": "^0.2.0",
"depcheck": "^0.4.7",
"doorman": "0.0.2",
"eslint": "^1.7.3",
"eslint-config-clock": "^1.0.0",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.3.1",
"istanbul": "^0.4.0",
"jshint": "~2.3.0",
"jsinspect": "^0.7.0",
"mocha": "~1",
"mongodb": "~1.3.19",
"save": "^2.1.1",
"save-mongodb": "^1.0.4",
"schemata": "0.0.7",
"service-locator": "*",
"should": "~2",
"uber-cache": "~0.3.1"
}
}