2014-02-08 14:44:47 +00:00
|
|
|
{
|
|
|
|
"name": "sharelatex",
|
2014-02-25 12:33:44 +00:00
|
|
|
"version": "0.0.1",
|
2014-02-08 14:44:47 +00:00
|
|
|
"description": "An online collaborative LaTeX editor",
|
|
|
|
"dependencies": {
|
2014-08-15 14:05:07 +00:00
|
|
|
"async": "^0.9.0",
|
2017-09-07 12:23:18 +00:00
|
|
|
"bson": "^1.0.4",
|
2016-10-19 10:39:40 +00:00
|
|
|
"coffee-script": "^1.11.1",
|
2018-01-31 11:19:05 +00:00
|
|
|
"east": "0.5.7",
|
|
|
|
"east-mongo": "0.3.3",
|
2015-02-10 17:25:13 +00:00
|
|
|
"grunt-shell": "^1.1.1",
|
2016-08-05 14:35:43 +00:00
|
|
|
"load-grunt-config": "^0.19.2",
|
2015-01-29 11:37:52 +00:00
|
|
|
"lodash": "^3.0.0",
|
2018-01-31 11:28:50 +00:00
|
|
|
"mongodb": "^2.2.34",
|
2017-09-05 14:33:32 +00:00
|
|
|
"mongojs": "2.4.0",
|
2016-09-20 16:07:52 +00:00
|
|
|
"redis": "^2.6.2",
|
2014-02-22 15:02:21 +00:00
|
|
|
"rimraf": "~2.2.6",
|
2015-01-28 17:50:39 +00:00
|
|
|
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git",
|
|
|
|
"underscore": "^1.7.0"
|
2014-02-08 14:44:47 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "~0.4.2",
|
|
|
|
"bunyan": "~0.22.1",
|
|
|
|
"grunt-bunyan": "~0.5.0",
|
|
|
|
"grunt-execute": "~0.1.5",
|
|
|
|
"grunt-available-tasks": "~0.4.1",
|
2014-02-22 12:08:03 +00:00
|
|
|
"grunt-concurrent": "~0.4.3",
|
2015-01-28 17:50:39 +00:00
|
|
|
"grunt-contrib-coffee": "~0.10.1",
|
2014-02-22 15:02:21 +00:00
|
|
|
"semver": "~2.2.1",
|
|
|
|
"knox": "~0.8.9"
|
2014-02-08 14:44:47 +00:00
|
|
|
}
|
|
|
|
}
|