2014-02-12 12:27:43 -05:00
|
|
|
{
|
|
|
|
"name": "node-clsi",
|
|
|
|
"description": "A Node.js implementation of the CLSI LaTeX web-API",
|
|
|
|
"version": "0.0.1-dev",
|
|
|
|
"author": "James Allen <james@sharelatex.com>",
|
|
|
|
"dependencies": {
|
|
|
|
"async": "0.2.9",
|
|
|
|
"lynx": "0.0.11",
|
|
|
|
"mkdirp": "0.3.5",
|
|
|
|
"mysql": "2.0.0-alpha7",
|
|
|
|
"request": "~2.21.0",
|
2014-02-21 10:04:41 -05:00
|
|
|
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#master",
|
|
|
|
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#master",
|
2014-05-09 09:55:37 -04:00
|
|
|
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#master",
|
2014-02-12 12:27:43 -05:00
|
|
|
"sequelize": "~2.0.0-beta.2",
|
|
|
|
"wrench": "~1.5.4",
|
2014-02-21 10:04:41 -05:00
|
|
|
"smoke-test-sharelatex": "git+https://github.com/sharelatex/smoke-test-sharelatex.git#master",
|
2014-05-19 07:18:57 -04:00
|
|
|
"sqlite3": "~2.2.0",
|
|
|
|
"express": "^4.2.0",
|
|
|
|
"body-parser": "^1.2.0"
|
2014-02-12 12:27:43 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "1.10.0",
|
|
|
|
"coffee-script": "1.6.0",
|
|
|
|
"chai": "~1.8.1",
|
|
|
|
"sinon": "~1.7.3",
|
|
|
|
"grunt": "~0.4.2",
|
|
|
|
"grunt-contrib-coffee": "~0.7.0",
|
|
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
|
|
"grunt-shell": "~0.6.1",
|
|
|
|
"grunt-mocha-test": "~0.8.1",
|
|
|
|
"sandboxed-module": "~0.3.0",
|
2014-04-02 16:55:14 -04:00
|
|
|
"timekeeper": "0.0.4",
|
|
|
|
"grunt-execute": "^0.1.5",
|
|
|
|
"bunyan": "^0.22.1",
|
|
|
|
"grunt-bunyan": "^0.5.0"
|
2014-02-12 12:27:43 -05:00
|
|
|
}
|
|
|
|
}
|