This repository has been archived by the owner on Sep 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.7 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
{
"name": "ezs-analytics",
"version": "1.8.1",
"description": "analytics statements form EZS",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/touv/node-ezs-analytics.git"
},
"keywords": [
"ezs"
],
"author": "Nicolas Thouvenin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/touv/node-ezs-analytics/issues"
},
"homepage": "https://github.com/touv/node-ezs-analytics#readme",
"dependencies": {
"lda": "^0.2.0",
"leveldown": "^4.0.1",
"levelup": "^3.1.0",
"lodash.clone": "^4.5.0",
"lodash.flatten": "^4.4.0",
"lodash.get": "^4.4.2",
"lodash.mergewith": "^4.6.1",
"lodash.set": "^4.3.2",
"lodash.uniq": "^4.5.0",
"lodash.unset": "^4.5.2",
"talisman": "^0.20.0",
"tmp-filepath": "^2.0.0"
},
"main": "./lib/index.js",
"scripts": {
"test": "istanbul test ./node_modules/.bin/_mocha -- -R spec",
"doc": "documentation readme package.json src/* --section=Statements",
"lint": "eslint --ext=.js ./test/*.js ./src/*.js",
"build": "babel src --out-dir lib",
"prepublish": "npm run build",
"pretest": "npm run build",
"preversion": "npm run doc",
"postversion": "git push && git push --tags"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^8.2.3",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-3": "^6.24.1",
"documentation": "5.3.5",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.12.0",
"ezs": "^5.3.7",
"from": "^0.1.7",
"istanbul": "^0.4.5",
"mocha": "^5.2.0"
},
"peerDependencies": {
"ezs": "^5.10.1"
}
}