mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "servant-boilerplate-laden",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/servant-app/servant-boilerplate-mean.git"
|
|
},
|
|
"engines": {
|
|
"node": "0.12.x",
|
|
"npm": "2.1.x"
|
|
},
|
|
"main": "server.js",
|
|
"dependencies": {
|
|
"async": "^0.9.0",
|
|
"aws-sdk": "^2.1.24",
|
|
"body-parser": "^1.12.2",
|
|
"bower": "^1.3.12",
|
|
"cookie-parser": "^1.3.4",
|
|
"cookie-session": "^1.1.0",
|
|
"cors": "^2.5.3",
|
|
"dotenv": "^0.4.0",
|
|
"express": "^4.12.3",
|
|
"forever": "^0.11.1",
|
|
"jade": "^1.9.2",
|
|
"lambdaws": "^1.0.15",
|
|
"lodash": "^2.4.1",
|
|
"method-override": "^2.3.2",
|
|
"moment": "^2.9.0",
|
|
"newrelic": "^1.18.0",
|
|
"robots.txt": "^1.1.0",
|
|
"servant-sdk-node": "0.0.19"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "^3.8.10",
|
|
"gulp-concat": "^2.2.0",
|
|
"gulp-csslint": "^0.1.4",
|
|
"gulp-gzip": "0.0.8",
|
|
"gulp-jshint": "^1.6.2",
|
|
"gulp-livereload": "^2.1.0",
|
|
"gulp-ngmin": "^0.3.0",
|
|
"gulp-nodemon": "^1.0.4",
|
|
"gulp-rename": "^1.2.0",
|
|
"gulp-uglify": "^0.3.0",
|
|
"jshint-stylish": "^0.2.0",
|
|
"tiny-lr": "0.0.9"
|
|
}
|
|
}
|