forked from adaptlearning/adapt_authoring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
113 lines (113 loc) · 3.18 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "adapt_authoring",
"version": "0.4.1",
"license": "GPL-3.0",
"description": "A server-based user interface for authoring eLearning courses using the Adapt Framework.",
"keywords": [
"adapt",
"authoring"
],
"repository": {
"type": "git",
"url": "https://github.com/adaptlearning/adapt_authoring.git"
},
"framework": "2",
"main": "index",
"engines": {
"node": "4.x"
},
"scripts": {
"test": "grunt test"
},
"contributors": [
"Ryan Adams <[email protected]>",
"Thomas Berger <[email protected]>",
"Kevin Corry <[email protected]>",
"Simon Date <[email protected]>",
"Thomas Eitler <[email protected]>",
"Dan Gray <[email protected]>",
"Tom Greenfield <[email protected]>",
"Dennis Heaney <[email protected]>",
"Daryl Hedley <[email protected]>",
"Ryan Lafferty <[email protected]>",
"Sven Laux <[email protected]>",
"Louise McMahon <[email protected]>",
"Rob Moore <[email protected]>",
"Petra Nussdorfer <[email protected]>",
"Brian Quinn <[email protected]>",
"Thomas Taylor <[email protected]>",
"Nicola Willis <[email protected]>"
],
"dependencies": {
"archiver": "~0.16.0",
"async": "2.5.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.13.3",
"bower": "1.6.5",
"chalk": "^1.0.0",
"compression": "^1.5.2",
"connect-mongo": "1.1.0",
"consolidate": "0.10.0",
"cookie-parser": "^1.3.5",
"email-templates": "^2.4.1",
"errorhandler": "^1.4.2",
"express": "^4.13.3",
"express-session": "^1.11.3",
"fluent-ffmpeg": "~2.x",
"formidable": "1.0.17",
"fs-extra": "^0.16.3",
"grunt": "~0.4.1",
"grunt-bower-requirejs": "~0.7.1",
"grunt-concurrent": "~0.3.0",
"grunt-contrib-connect": "~0.11.2",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-handlebars": "~0.7.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-requirejs": "~0.4.4",
"grunt-contrib-watch": "~0.5.1",
"grunt-jscs": "^2.3.0",
"grunt-merge-json": "^0.9.5",
"grunt-mocha-test": "~0.7.0",
"grunt-open": "~0.2.2",
"handlebars": "^4.0.5",
"handlebars-form-helpers": "0.1.3",
"hbs": "2.4.0",
"jshint-stylish": "^2.1.0",
"json-schema-mapper": "0.0.2",
"junk": "^1.0.2",
"less": "^2.7.1",
"log-update": "^2.1.0",
"matchdep": "~0.3.0",
"method-override": "^2.3.5",
"mime": "1.2.x",
"mkdirp": "0.3.5",
"moment": "^2.9.0",
"mongoose": "4.2.6",
"morgan": "^1.6.1",
"multer": "^1.0.3",
"ncp": "~0.5.1",
"needle": "^0.10.0",
"node-ffprobe": "~1.2.2",
"node-gyp": "~3.1.0",
"node-polyglot": "~0.4.1",
"nodemailer": "~2.5.0",
"optimist": "*",
"passport": "~0.1.17",
"prompt": "^1.0.0",
"request": "^2.53.0",
"rimraf": "~2.2.5",
"semver": "^5.0.3",
"serve-favicon": "^2.3.0",
"underscore": "~1.5.2",
"unzip": "0.1.8",
"validator": "4.2.1",
"winston": "1.0.2"
},
"devDependencies": {
"mocha": "3",
"mongodb": "^2.2.30",
"phantom": "^0.6.5",
"should": "~11.2.1",
"supertest": "~0.8.1"
}
}