CSOL-site/package.json

50 строки
1.3 KiB
JSON
Исходник Обычный вид История

2013-03-25 18:56:30 +04:00
{
"name": "CSOL-site",
"version": "1.0.54",
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",
"client-sessions": "0.3.1",
2013-05-28 21:12:29 +04:00
"imagemagick": "~0.1.3",
2013-05-28 21:08:06 +04:00
"knox": "~0.8.2",
2013-05-28 23:42:36 +04:00
"mime": "~1.2.9",
2013-04-08 20:57:55 +04:00
"mysql": "~2.0.0-alpha7",
2013-06-04 23:17:44 +04:00
"nunjucks": "~0.1.9",
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-06-02 23:05:23 +04:00
"newrelic": "~0.9.19",
"colors": "~0.6.0",
"jwt-simple": "~0.1.0"
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",
"optimist": "~0.5.2"
2013-05-09 06:38:33 +04:00
},
2013-03-25 18:56:30 +04:00
"scripts": {
"test": "node bin/test.js",
"sync-db": "./bin/sync-db",
2013-05-30 13:46:32 +04:00
"migrate-db": "./bin/migrate-db",
2014-01-25 02:15:32 +04:00
"start": "./node_modules/.bin/up -w -n 1 -p 8888 app.js",
"build": "lessc static/media/less/core.less static/media/css/core.css"
2013-03-25 18:56:30 +04:00
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla/CSOL-site.git"
},
2015-05-28 20:30:41 +03:00
"engines": {
"node": "0.10.x"
},
2013-03-25 18:56:30 +04:00
"author": "Mozilla",
"license": "MPL 2.0",
"gitHead": "dcc7dcf3f377593ecee811ebf9a25eede814941f",
"readmeFilename": "README.md"
}