-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.02 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
{
"name": "tixapi",
"version": "0.0.1",
"description": "Tix timeserver API",
"main": "server.js",
"scripts": {
"test": "NODE_ENV=test mocha",
"start": "NODE_ENV=development node server.js"
},
"keywords": [
"tix"
],
"author": "ITBA",
"license": "MIT",
"dependencies": {
"bluebird": "^3.4.7",
"body-parser": "^1.16.0",
"bookshelf": "^0.10.3",
"cors": "^2.8.1",
"crypto": "0.0.3",
"express": "^4.14.0",
"json2csv": "^3.7.3",
"jwt-simple": "^0.5.1",
"knex": "^0.12.6",
"moment": "^2.19.1",
"mysql": "^2.13.0",
"newrelic": "^2.3.2",
"nodemailer": "^4.0.1",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"passport-jwt": "^2.2.1",
"passport-local": "^1.0.0",
"pg": "^6.1.2",
"pg-hstore": "^2.3.2",
"python-shell": "^0.4.0",
"ramda": "^0.24.1",
"sequelize": "^3.29.0",
"sqlite3": "^3.1.11",
"superagent": "^3.5.2",
"uuid": "^3.1.0",
"whatwg-fetch": "^2.0.2"
},
"devDependencies": {
"mocha": "^3.5.3"
}
}