forked from Yolantele/Database-visualization
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.04 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": "data-vis",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yolantele/Database-visualization.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Yolantele/Database-visualization/issues"
},
"homepage": "https://github.com/Yolantele/Database-visualization#readme",
"dependencies": {
"chart.js": "^2.7.1",
"ejs": "^2.5.7",
"express": "^4.16.2",
"fast-csv": "^2.4.1",
"pg": "^6.4.2",
"pg-hstore": "^2.3.2",
"pluralize": "^7.0.0",
"sequelize": "^4.28.6"
},
"devDependencies": {
"chai": "^4.1.2",
"grunt": "^1.0.1",
"grunt-webdriver": "^2.0.3",
"mocha": "^4.0.1",
"selenium-standalone": "^6.12.0",
"supertest": "^3.0.0",
"wdio-mocha-framework": "^0.5.12",
"wdio-selenium-standalone-service": "0.0.9",
"wdio-spec-reporter": "^0.1.3",
"webdriverio": "^4.9.11"
}
}