This repository has been archived by the owner on Oct 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.49 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
{
"name": "ezs-sparql",
"version": "1.0.0",
"description": "sparql module for ezs",
"main": "./lib/index.js",
"scripts": {
"test": "jest",
"test:watch": "npm test -- --watch",
"test:coverage": "npm test -- --coverage",
"lint": "eslint --ext=.js ./test/*.js ./src/*.js",
"doc": "documentation readme package.json src/* --section=Statements",
"build": "babel src --out-dir lib",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Inist-CNRS/node-ezs-sparql.git"
},
"keywords": [
"ezs",
"sparql"
],
"contributors": [
{
"name": "Antoine Pinot",
"url": "https://github.com/apinot"
},
{
"name": "François Parmentier",
"url": "https://github.com/parmentf"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Inist-CNRS/node-ezs-sparql/issues"
},
"homepage": "https://github.com/Inist-CNRS/node-ezs-sparql#readme",
"devDependencies": {
"@babel/cli": "7.4.4",
"@babel/core": "7.4.4",
"@babel/preset-env": "7.4.4",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-jest": "24.8.0",
"documentation": "11.0.0",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.13.0",
"ezs": "9.3.0",
"from": "0.1.7",
"fetch-with-proxy": "1.1.0",
"isomorphic-fetch": "2.2.1",
"jest": "24.8.0"
}
}