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 2
/
Copy pathpackage.json
61 lines (61 loc) · 1.61 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
{
"name": "ezs-basics",
"version": "3.11.0",
"description": "Basics statements form EZS",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/touv/node-ezs-basics.git"
},
"keywords": [
"ezs"
],
"author": "Nicolas Thouvenin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/touv/node-ezs-basics/issues"
},
"homepage": "https://github.com/touv/node-ezs-basics#readme",
"dependencies": {
"JSONStream": "1.3.1",
"csv-string": "3.1.2",
"fetch-with-proxy": "1.1.0",
"flat": "2.0.1",
"isomorphic-fetch": "2.2.1",
"tmp-filepath": "2.0.0",
"xml-mapping": "1.7.1",
"xml-splitter": "1.2.1"
},
"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"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"documentation": "8.1.2",
"eslint": "5.15.3",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"ezs": "9.3.0",
"from": "^0.1.7",
"istanbul": "^0.4.5",
"mocha": "5.2.0",
"pako": "1.0.10"
},
"peerDependencies": {
"ezs": "*"
}
}