freeCodeCamp/package.json

98 lines
2.4 KiB
JSON

{
"name": "freecodecamp",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/freecodecamp/freecodecamp.git"
},
"engines": {
"node": "0.10.35",
"npm": "2.3.0"
},
"scripts": {
"start": "node app.js",
"test": "mocha"
},
"license": "BSD-3-Clause",
"contributors" : [
{
"name": "Quincy Larson",
"url" : "https://github.com/QuincyLarson"
},
{
"name": "Nathan Leniz",
"url": "https://github.com/terakilobyte"
}
],
"dependencies": {
"accepts": "~1.2.5",
"async": "~0.9.0",
"bcrypt-nodejs": "~0.0.3",
"body-parser": "~1.9.3",
"chai-jquery": "~2.0.0",
"cheerio": "~0.18.0",
"clockwork": "~0.1.1",
"compression": "~1.2.1",
"connect-mongo": "~0.7.0",
"cookie-parser": "~1.3.3",
"csso": "~1.3.11",
"dateformat": "~1.0.11",
"debug": "~2.1.0",
"dotenv": "~0.4.0",
"errorhandler": "~1.3.0",
"express": "~4.10.4",
"express-flash": "~0.0.2",
"express-session": "~1.9.2",
"express-validator": "~2.8.0",
"font-awesome": "~4.3.0",
"forcedomain": "~0.4.0",
"forever": "~0.14.1",
"frameguard": "^0.2.2",
"github-api": "~0.7.0",
"gulp-minify-css": "~0.5.1",
"helmet": "~0.9.0",
"helmet-csp": "^0.2.3",
"jade": "~1.8.0",
"less": "~1.7.5",
"less-middleware": "~2.0.1",
"lodash": "~2.4.1",
"lusca": "~1.0.2",
"method-override": "~2.3.0",
"moment": "~2.10.2",
"mongodb": "~1.4.33",
"mongoose": "~4.0.1",
"mongoose-long": "0.0.2",
"morgan": "~1.5.0",
"nodemailer": "~1.3.0",
"passport": "~0.2.1",
"passport-facebook": "~1.0.3",
"passport-github": "~0.1.5",
"passport-google-oauth": "~0.1.5",
"passport-linkedin-oauth2": "~1.2.1",
"passport-local": "~1.0.0",
"passport-oauth": "~1.0.0",
"passport-twitter": "~1.0.2",
"ramda": "~0.10.0",
"request": "~2.53.0",
"sanitize-html": "~1.6.1",
"sitemap": "~0.7.4",
"twit": "~1.1.20",
"uglify-js": "~2.4.15",
"validator": "~3.22.1",
"yui": "~3.18.1"
},
"devDependencies": {
"blessed": "~0.0.37",
"bower-main-files": "~0.0.4",
"browser-sync": "~1.8.1",
"chai": "~1.10.0",
"gulp": "~3.8.8",
"gulp-eslint": "~0.9.0",
"gulp-inject": "~1.0.2",
"gulp-nodemon": "~1.0.4",
"mocha": "~2.0.1",
"multiline": "~1.0.1",
"supertest": "~0.15.0"
}
}