UNPKG

1.81 kBJSONView Raw
1{
2 "name": "ezs-istex",
3 "version": "4.3.0",
4 "description": "istex statements form EZS",
5 "main": "./lib/index.js",
6 "directories": {
7 "test": "test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/Inist-CNRS/node-ezs-istex.git"
12 },
13 "keywords": [
14 "ezs"
15 ],
16 "contributors": [
17 {
18 "name": "François Parmentier",
19 "url": "https://github.com/parmentf"
20 },
21 {
22 "name": "Nicolas Thouvenin",
23 "url": "https://github.com/touv"
24 }
25 ],
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/Inist-CNRS/node-ezs-istex/issues"
29 },
30 "homepage": "https://github.com/Inist-CNRS/node-ezs-istex#readme",
31 "scripts": {
32 "test": "mocha --require babel-polyfill",
33 "lint": "eslint --ext=.js ./test/*.js ./src/*.js",
34 "build": "babel src --out-dir lib",
35 "prepublish": "npm run build",
36 "pretest": "npm run build"
37 },
38 "dependencies": {
39 "async.queue": "^0.5.2",
40 "dot-prop": "^4.2.0",
41 "from": "^0.1.7",
42 "inist-ark": "^2.0.0",
43 "is-stream": "^1.1.0",
44 "isomorphic-fetch": "^2.2.1",
45 "omni-fetch": "^0.2.2",
46 "qs": "6.4.0",
47 "write": "^1.0.3"
48 },
49 "devDependencies": {
50 "babel-cli": "^6.24.1",
51 "babel-core": "^6.26.0",
52 "babel-eslint": "^7.2.1",
53 "babel-polyfill": "^6.26.0",
54 "babel-preset-es2015": "^6.24.1",
55 "babel-preset-stage-0": "^6.24.1",
56 "babel-preset-stage-3": "^6.24.1",
57 "eslint": "^3.19.0",
58 "eslint-config-airbnb": "^14.1.0",
59 "eslint-plugin-import": "^2.2.0",
60 "mocha": "^4.0.1"
61 },
62 "peerDependencies": {
63 "ezs": "^4.6.2"
64 }
65}