This repository has been archived by the owner on Oct 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.06 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
{
"name": "ezs-lodex",
"version": "7.0.2",
"description": "ezs dedicated statements for Lodex",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Inist-CNRS/ezs-lodex.git"
},
"keywords": [
"ezs"
],
"author": "Nicolas Thouvenin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Inist-CNRS/node-ezs-lodex/issues"
},
"homepage": "https://github.com/Inist-CNRS/node-ezs-lodex#readme",
"dependencies": {
"jsonld": "1.6.0",
"lodash.get": "4.4.2",
"lodash.omit": "4.5.0",
"lodash.set": "4.3.2",
"lodash.unset": "4.5.2",
"lodash.zipobject": "4.1.3",
"mongodb": "3.1.13",
"n3": "1.1.1",
"node-object-hash": "1.4.2",
"valid-url": "1.0.9",
"xml-writer": "1.7.0"
},
"main": "./lib/index.js",
"scripts": {
"test": "jest",
"test:watch": "npm test -- --watch",
"test:notify": "npm test -- --notify",
"test:coverage": "npm test -- --coverage",
"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",
"postversion": "git push && git push --tags"
},
"devDependencies": {
"@babel/cli": "7.2.0",
"@babel/core": "7.2.2",
"@babel/plugin-proposal-object-rest-spread": "7.2.0",
"@babel/preset-env": "7.2.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"documentation": "9.3.1",
"eslint": "5.15.3",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.11.1",
"ezs": "9.3.1",
"feed": "2.0.1",
"from": "0.1.7",
"jest": "23.6.0"
},
"peerDependencies": {
"ezs": "*"
}
}