CSOL-site/package.json

38 строки
987 B
JSON
Исходник Обычный вид История

2013-03-25 18:56:30 +04:00
{
"name": "CSOL-site",
2013-05-17 20:11:36 +04:00
"version": "0.9.0",
2013-03-25 18:56:30 +04:00
"description": "The website for the Chicago Summer of Learning, developed by Ocupop and Mozilla.",
"main": "app.js",
"dependencies": {
2013-05-08 18:13:40 +04:00
"async": "~0.2.6",
"bcrypt": "~0.7.5",
"connect-flash": "~0.1.1",
2013-03-25 18:56:30 +04:00
"express": "~3.1.0",
2013-04-08 20:57:55 +04:00
"mysql": "~2.0.0-alpha7",
2013-05-08 18:13:40 +04:00
"nunjucks": "~0.1.8a",
2013-05-09 06:38:33 +04:00
"request": "~2.21.0",
"sequelize": "~1.6.0",
"tap": "~0.4.1",
2013-05-17 19:50:30 +04:00
"underscore": "~1.4.4",
"winston": "~0.7.1"
2013-03-25 18:56:30 +04:00
},
2013-05-09 06:38:33 +04:00
"devDependencies": {
"sinon": "~1.7.2",
"injectr": "~0.4.0",
"up": "~0.2.2"
2013-05-09 06:38:33 +04:00
},
2013-03-25 18:56:30 +04:00
"scripts": {
2013-05-17 19:19:44 +04:00
"test": "NODE_ENV=test ./node_modules/.bin/tap test/*.test.js",
"sync-db": "./bin/sync-db",
"start": "./node_modules/.bin/up -w -n 1 -p 8888 app.js"
2013-03-25 18:56:30 +04:00
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla/CSOL-site.git"
},
"author": "Mozilla",
"license": "MPL 2.0",
"gitHead": "dcc7dcf3f377593ecee811ebf9a25eede814941f",
"readmeFilename": "README.md"
}