-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 966 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "@tutor/server",
"version": "0.3.8",
"description": "Node Server for Tutor Online Platform",
"author": "Welfenlab",
"main": "./lib/server.js",
"license": "MIT",
"dependencies": {
"@tutor/share-ace-rethinkdb": "0.7.0",
"body-parser": "^1.13.3",
"express": "^4.12.3",
"lodash": "^3.6.0",
"uuid": "^2.0.1"
},
"repository": "git@github.com:Welfenlab/tutor-server.git",
"contributors": [
"Maximilian Klein <dasmaxl@gmail.com> (https://github.com/LittleHelicase)",
"Maik Marschner (https://github.com/leMaik)",
"Tim Ebbeke (https://github.com/5cript)"
],
"devDependencies": {
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-plumber": "^1.0.1",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.3",
"mocha": "^2.2.5",
"vinyl-source-stream": "~1.0.0"
},
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js build",
"prepublish": "node node_modules/gulp/bin/gulp.js"
}
}