-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1 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
{
"name": "QB4OLAP",
"version": "0.0.0",
"description": "QB4OLAP tools",
"main": "qb4olap.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lorenae/qb4olap-tools.git"
},
"author": "lorenae",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/lorenae/qb4olap/issues"
},
"dependencies": {
"body-parser": "^1.10.1",
"compression": "^1.5.2",
"connect-rest": "~1.5.1",
"cors": "~2.5.2",
"express": "~4.10.3",
"express-handlebars": "~1.1.0",
"express-session": "^1.10.1",
"handlebars": "^3.0.0",
"memory-cache": "^0.1.4",
"rdflib": "0.0.2",
"request": "~2.50.0",
"sparql-client": "^0.2.0"
},
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.0.1",
"zombie": "~2.5.0",
"grunt": "~0.4.5",
"grunt-cafe-mocha": "~0.1.13",
"grunt-contrib-jshint": "~0.10.0",
"grunt-link-checker": "0.0.6",
"restler": "~3.2.2"
}
}