forked from moay/afterglow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.76 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
{
"name": "afterglowplayer",
"description": "An easy to integrate HTML5 video player with lightbox support.",
"version": "1.0.4",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/moay/afterglow.git"
},
"jsdelivr": "dist/afterglow.min.js",
"homepage": "http://afterglowplayer.com",
"devDependencies": {
"append-stream": "^1.2.2",
"babel": "^5.8.23",
"babelify": "^6.3.0",
"browserify": "^11.1.0",
"chai": "^3.2.0",
"coveralls": "^2.11.4",
"del": "^1.2.1",
"gulp": "^3.9.1",
"gulp-add-src": "~0.2.0",
"gulp-babel": "^5.2.1",
"gulp-bump": "^0.3.1",
"gulp-concat": "*",
"gulp-coverage": "^0.3.36",
"gulp-css2js": "*",
"gulp-cssmin": "*",
"gulp-file": "^0.2.0",
"gulp-filter": "~3.0.1",
"gulp-git": "~1.2.4",
"gulp-github-release": "^1.0.3",
"gulp-header": "~1.5.0",
"gulp-istanbul": "^0.10.1",
"gulp-less": "*",
"gulp-load-plugins": "~1.0.0-rc.1",
"gulp-mocha": "^2.1.3",
"gulp-prompt": "^0.1.2",
"gulp-uglify": "^1.3.0",
"gulp-util": "^3.0.6",
"gulp-zip": "~3.0.2",
"isparta": "^3.0.4",
"istanbul": "^0.3.21",
"istanbul-traceur": "^1.0.7",
"jquery": "^2.1.4",
"jsdom": "^6.5.0",
"karma": "^0.13.10",
"mocha": "^2.3.2",
"mocha-jsdom": "^1.0.0",
"mocha-notifier-reporter": "^0.1.1",
"mockery": "^1.4.0",
"sinon": "^1.16.1",
"sinon-chai": "^2.8.0",
"traceur": "0.0.91"
},
"scripts": {
"test": "babel-node ./node_modules/.bin/isparta cover _mocha -- --reporter dot && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"coverage": "babel-node ./node_modules/.bin/isparta cover --report text --report html _mocha -- --reporter dot"
}
}