This repository has been archived by the owner on Oct 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
87 lines (87 loc) · 2.54 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
85
86
87
{
"name": "foundation-static",
"version": "1.0.0",
"description": "An Express.js fork of the classic Zurb Template.",
"main": "index.js",
"scripts": {
"start": "nodemon server.js || node server.js",
"git":"git status && git add -A && git commit -m \"changed these files\" && git push",
"heroku":"gulp build --production && git status && git add -A && git commit -m \"updating for heroku\" && git push heroku master",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HansUXdev/foundation-static.git"
},
"author": "Hans McMurdy",
"license": "ISC",
"bugs": {
"url": "https://github.com/HansUXdev/foundation-static/issues"
},
"keywords": [
"foundation",
"foundation-sites",
"boilerplate"
],
"homepage": "https://github.com/HansUXdev/foundation-static/#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"express": "^4.15.3",
"express-handlebars": "^2.0.1",
"express-messages": "^1.0.1",
"express-session": "^1.15.5",
"express-validator": "^3.2.1",
"foundation-sites": "6.4.1",
"handlebars-helpers": "^0.9.3",
"jquery": ">=3.0.0",
"method-override": "^2.3.5",
"moment": "^2.18.1",
"mongodb": "^2.2.31",
"mongoose": "^4.11.6",
"motion-ui": "~1.2.2",
"mysql": "^2.10.2",
"octophant": "^1.0.1",
"passport": "^0.4.0",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"sequelize": "^3.28.0",
"serve-favicon": "^2.4.3",
"what-input": "^4.1.3"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.7.2",
"browser-sync": "^2.10.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^3.3.1",
"gulp-cli": "^1.2.1",
"gulp-concat": "^2.5.2",
"gulp-ext-replace": "^0.3.0",
"gulp-extname": "^0.2.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.2.1",
"gulp-load-plugins": "^1.1.0",
"gulp-nodemon": "^2.2.1",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.2.0",
"gulp-uncss": "^1.0.1",
"gulp-yaml": "^1.0.1",
"js-yaml": "^3.4.6",
"nightmare": "^2.10.0",
"panini": "^1.3.0",
"pleeease": "^4.2.1",
"rimraf": "^2.4.3",
"vinyl-named": "^1.1.0",
"webpack": "^2.6.1",
"webpack-stream": "^3.2.0",
"yargs": "^3.8.0"
}
}