overleaf/server-ce/package.json

25 lines
637 B
JSON
Raw Normal View History

{
"name": "sharelatex",
"version": "0.0.1",
"description": "An online collaborative LaTeX editor",
"dependencies": {
2014-08-15 10:05:07 -04:00
"async": "^0.9.0",
"lodash": "^3.0.0",
2015-01-28 12:50:39 -05:00
"mongojs": "^0.18.1",
2014-02-22 10:02:21 -05:00
"rimraf": "~2.2.6",
2015-01-28 12:50:39 -05:00
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git",
"underscore": "^1.7.0"
},
"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",
"grunt-concurrent": "~0.4.3",
2015-01-28 12:50:39 -05:00
"grunt-contrib-coffee": "~0.10.1",
2014-02-22 10:02:21 -05:00
"semver": "~2.2.1",
"knox": "~0.8.9"
}
}