-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.11 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.11 KB
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": "hermes",
"version": "1.0.0",
"description": "organ,transplant,hermes,search engine",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NullSec-Hackathons/hermes.git"
},
"keywords": [
"organ",
"transplant",
"hermes",
"search",
"engine"
],
"author": "phoenix1796",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/NullSec-Hackathons/hermes/issues"
},
"homepage": "https://github.com/NullSec-Hackathons/hermes#readme",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.13.4",
"mongoose": "^4.5.8",
"pug": "^2.0.0-beta4"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-csso": "^2.0.0",
"gulp-flatten": "^0.2.0",
"gulp-html-replace": "^1.6.0",
"gulp-htmlmin": "^2.0.0",
"gulp-imagemin": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-server-livereload": "^1.8.0",
"gulp-uglify": "^1.5.3",
"gulp-uncss": "^1.0.5",
"imagemin-mozjpeg": "^6.0.0"
}
}