-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 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
{
"name": "STCore",
"version": "0.0.1",
"description": "Secure voice and SMS based whistleblowing for developing countries.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/SeetiTel/Core.git"
},
"scripts": {
"prestart": "node_modules/.bin/gulp",
"start": "node_modules/.bin/nodemon"
},
"keywords": [
"whistleblowing",
"seetitel",
"leaks"
],
"author": "SeetiTel <https://github.com/SeetiTel>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SeetiTel/Core/issues"
},
"homepage": "https://github.com/SeetiTel/Core",
"devDependencies": {
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.9.4",
"gulp-uglify": "^1.1.0",
"jshint-stylish": "^1.0.1"
},
"dependencies": {
"basic-auth": "^1.0.0",
"body-parser": "^1.12.3",
"chalk": "^1.0.0",
"compression": "^1.4.3",
"cors": "^2.5.3",
"express": "^4.12.3",
"gulp": "^3.8.11",
"multer": "^0.1.8",
"node-uuid": "^1.4.3",
"nodemon": "^1.3.7",
"request": "~2.55.0",
"sqlite3": "^3.0.5"
}
}