forked from MailOnline/VPAIDFLASHClient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.48 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.48 KB
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": "vpaid-flash-client",
"version": "0.1.8",
"author": "Luis da Silva <luis.dasilva@mailonline.co.uk>",
"homepage": "https://github.com/MailOnline/VPAIDFLASHClient",
"main": [
"bin/VPAIDFLASHClient.js",
"bin/VPAIDFLASHClient.js.map",
"bin/VPAIDFlash.swf"
],
"repository": {
"type": "git",
"url": "https://github.com/MailOnline/VPAIDFLASHClient.git"
},
"description": "VPAID Flash for JS",
"keywords": [
"VPAID",
"Flash",
"JS",
"VIDEO",
"IAB"
],
"bugs": {
"url": "https://github.com/MailOnline/VPAIDFLASHClient/issues"
},
"license": "MIT",
"devDependencies": {
"babelify": "^6.1.0",
"browser-sync": "^2.7.1",
"browserify": "^10.1.3",
"chai": "2.3.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-shell": "^0.4.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.4",
"karma": "^0.12.31",
"karma-browserify": "^4.2.1",
"karma-chai-sinon": "^0.1.4",
"karma-chrome-launcher": "^0.1.12",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.1.10",
"karma-source-map-support": "^1.0.0",
"karma-spec-reporter": "0.0.19",
"lodash": "^3.8.0",
"mocha": "^2.2.5",
"sinon": "1.14.1",
"sinon-chai": "2.7.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1",
"run-sequence": "^1.1.0"
},
"scripts": {
"start": "gulp serve",
"test": "gulp test:ci",
"postinstall": "bower install | ./flexSDK.sh"
}
}