forked from arleyschrock/qti-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·31 lines (31 loc) · 817 Bytes
/
package.json
File metadata and controls
executable file
·31 lines (31 loc) · 817 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
{
"name": "ContentPlayer",
"description": "Macmillan content player using a component based architecture.",
"version": "0.1.0",
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-changed": "^1.1.0",
"gulp-connect": "^2.0.6",
"gulp-header": "^1.2.2",
"gulp-imagemin": "^0.6.2",
"gulp-mocha": "^2.0.0",
"gulp-notify": "^2.1.0",
"gulp-open": "^0.3.1",
"gulp-plumber": "^0.6.6",
"gulp-sass": "^1.1.0",
"gulp-sourcemaps": "^1.2.8",
"gulp-util": "^3.0.0",
"require-dir": "^0.1.0",
"run-sequence": "^1.0.2",
"vinyl-paths": "^1.0.0",
"yargs": "^3.3.1"
},
"repository": {
"type": "git",
"url": "git@bitbucket.org:MacmillanEducation/contentplayer.git"
},
"engines": {},
"scripts": {}
}