2013-03-25 18:56:30 +04:00
|
|
|
{
|
|
|
|
"name": "CSOL-site",
|
2013-08-15 22:28:42 +04:00
|
|
|
"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",
|
2013-05-17 17:15:09 +04:00
|
|
|
"connect-flash": "~0.1.1",
|
2013-03-25 18:56:30 +04:00
|
|
|
"express": "~3.1.0",
|
2013-06-11 22:12:03 +04:00
|
|
|
"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",
|
2013-04-08 22:29:06 +04:00
|
|
|
"sequelize": "~1.6.0",
|
|
|
|
"tap": "~0.4.1",
|
2013-05-17 19:50:30 +04:00
|
|
|
"underscore": "~1.4.4",
|
2013-05-29 04:56:49 +04:00
|
|
|
"winston": "~0.7.1",
|
2013-06-02 23:05:23 +04:00
|
|
|
"newrelic": "~0.9.19",
|
2013-06-04 02:56:00 +04:00
|
|
|
"colors": "~0.6.0",
|
2013-05-29 04:56:49 +04:00
|
|
|
"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",
|
2013-05-17 23:49:25 +04:00
|
|
|
"injectr": "~0.4.0",
|
2013-11-26 21:29:45 +04:00
|
|
|
"optimist": "~0.5.2"
|
2013-05-09 06:38:33 +04:00
|
|
|
},
|
2013-03-25 18:56:30 +04:00
|
|
|
"scripts": {
|
2013-06-02 17:39:35 +04:00
|
|
|
"test": "node bin/test.js",
|
2013-05-17 23:49:25 +04:00
|
|
|
"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"
|
|
|
|
}
|