-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.23 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
47
48
49
50
51
52
{
"name": "and",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sir0xb/And.git"
},
"author": "Sir0xb",
"license": "ISC",
"bugs": {
"url": "https://github.com/Sir0xb/And/issues"
},
"homepage": "https://github.com/Sir0xb/And#readme",
"devDependencies": {
"browser-sync": "2.10.1",
"formidable": "1.0.17",
"gulp": "3.9.0",
"gulp-clean": "0.3.1",
"gulp-concat": "2.6.0",
"gulp-es6-transpiler": "1.0.1",
"gulp-htmlmin": "1.3.0",
"gulp-jshint": "2.0.0",
"gulp-plumber": "1.0.1",
"gulp-rename": "1.2.2",
"gulp-rev": "6.0.1",
"gulp-uglify": "1.5.1",
"jshint": "2.8.0",
"moment": "2.11.2",
"mongoose": "4.3.4",
"path": "0.12.7",
"run-sequence": "1.1.5",
"unzip": "0.1.11"
},
"dependencies": {
"body-parser": "1.14.2",
"connect-flash": "0.1.1",
"connect-mongo": "0.8.2",
"cookie-parser": "1.4.0",
"ejs": "*",
"express": "4.13.3",
"express-session": "1.12.1",
"file-stream-rotator": "0.0.6",
"mongodb": "2.1.18",
"morgan": "1.6.1"
}
}