-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.63 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.63 KB
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
69
70
{
"name": "qonsole",
"version": "0.3.0",
"description": "A web console for issuing SPARQL queries.",
"keywords": [
"SPARQL",
"web",
"form"
],
"homepage": "https://github.com/epimorphics/qonsole",
"repository": {
"type": "git",
"url": "git://github.com/epimorphics/qonsole.git"
},
"author": {
"name": "Epimorphics Limited",
"url": "https://www.epimorphics.com"
},
"contributors": [
{
"name": "Ian Dickinson",
"email": "ian.dickinson@epimorphics.com"
},
{
"name": "Brian McBride",
"email": "brian.mcbride@epimorphics.com"
},
{
"name": "Dave Reynolds",
"email": "dave.reynolds@epimorphics.com"
},
{
"name": "Joseph Davies",
"email": "joseph.davies@epimorphics.com"
},
{
"name": "Bogdan Marc",
"email": "bogdan.marc@epimorphics.com"
},
{
"name": "Jon Humphrey",
"email": "jon.humphrey@epimorphics.com"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/epimorphics/qonsole/issues"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"bower": "^1.8.14",
"cors": "^2.8.5",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-es5": "^1.1.0",
"eslint-plugin-import": "^2.6.1",
"eslint-plugin-react": "^7.1.0",
"grunt": "^1.0.4",
"grunt-bower-task": "~0.6.2",
"grunt-cli": "^1.5.0",
"grunt-contrib-clean": "~2.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-uglify": "^5.2.2"
},
"scripts": {
"prestart": "npm install",
"start": "grunt"
}
}