-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
84 lines (84 loc) · 2.12 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "full-stack",
"version": "1.1.0",
"description": "FullStack & RESTful webservices with Node, Express, ejs & MongoDB",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/VenomVendor/FullStack-Node.js.git"
},
"keywords": [
"fullstack",
"node",
"express",
"ejs",
"mongo",
"javascript",
"es6"
],
"author": "VenomVendor <[email protected]> (http://venomvendor.com/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/VenomVendor/FullStack-Node.js/issues"
},
"homepage": "https://github.com/VenomVendor/FullStack-Node.js#readme",
"contributors": [
{
"name": "VenomVendor",
"email": "[email protected]"
}
],
"preferGlobal": true,
"private": true,
"scripts": {
"start": "nodemon server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=5.0.0"
},
"dependencies": {
"babel": "6.5.2",
"babel-preset-es2015": "6.9.0",
"babel-register": "6.9.0",
"better-console": "0.2.4",
"body-parser": "1.15.1",
"compression": "1.6.2",
"cookie-parser": "1.4.3",
"del": "2.2.0",
"ejs": "2.4.2",
"eslint": "2.11.0",
"eslint-config-airbnb": "9.0.1",
"eslint-plugin-import": "1.8.1",
"eslint-plugin-jsx-a11y": "1.2.2",
"eslint-plugin-react": "5.1.1",
"express": "4.13.4",
"git-rev-sync": "1.6.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "3.1.0",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.0.8",
"gulp-csscomb": "3.0.7",
"gulp-eslint": "2.0.0",
"gulp-htmlmin": "2.0.0",
"gulp-js-obfuscator": "1.0.0",
"gulp-load-plugins": "1.2.4",
"gulp-nodemon": "2.0.7",
"gulp-plumber": "^1.1.0",
"gulp-rename": "1.2.2",
"gulp-sass": "2.3.1",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-uglify": "1.5.3",
"gulp-util": "3.0.7",
"mongodb": "2.1.20",
"morgan": "1.7.0",
"nodemon": "1.9.2",
"response-time": "2.3.1",
"serve-favicon": "2.3.0",
"swig": "1.4.2"
},
"devDependencies": {
"bithound": "1.3.0"
}
}