-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 958 Bytes
/
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
{
"name": "iqms",
"version": "0.0.0",
"descritption": "interview question management system",
"repository": {
"type": "git",
"url": "git+https://github.com/jackmeagher/iqms.git"
},
"license": "UNLICENSED",
"dependencies": {
"body-parser": "^1.14.2",
"daemon": "^1.1.0",
"express": "^4.13.4",
"gulp": "^3.9.0",
"jsonwebtoken": "^5.7.0",
"mocha": "^2.4.5",
"pg": "^4.4.3",
"pg-hstore": "^2.3.2",
"report-viewer": "^0.3.3",
"sequelize": "^3.18.0",
"sequelize-cli": "^2.3.1",
"supertest": "^1.2.0",
"use-strict": "^1.0.1"
},
"description": "Interview Question Management System for CSCI 462",
"bugs": {
"url": "https://github.com/jackmeagher/iqms/issues"
},
"homepage": "https://github.com/jackmeagher/iqms#readme",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"directories": {
"test": "test"
}
}