CSOL-site/package.json

33 строки
808 B
JSON

{
"name": "CSOL-site",
"version": "0.0.1",
"description": "The website for the Chicago Summer of Learning, developed by Ocupop and Mozilla.",
"main": "app.js",
"dependencies": {
"async": "~0.2.6",
"bcrypt": "~0.7.5",
"express": "~3.1.0",
"mysql": "~2.0.0-alpha7",
"nunjucks": "~0.1.8a",
"request": "~2.21.0",
"sequelize": "~1.6.0",
"tap": "~0.4.1",
"underscore": "~1.4.4"
},
"devDependencies": {
"sinon": "~1.7.2",
"injectr": "~0.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla/CSOL-site.git"
},
"author": "Mozilla",
"license": "MPL 2.0",
"gitHead": "dcc7dcf3f377593ecee811ebf9a25eede814941f",
"readmeFilename": "README.md"
}