forked from chuck-n0rr1s/adapt-contrib-responsiveIframe
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1.03 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
{
"name": "adapt-contrib-responsiveIframe",
"version": "1.0.3",
"description": "Renders embedded content inside an IFRAME tag that will respond to theme breakpoints.",
"main": "",
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "git://github.com/LearningPool/adapt-contrib-responsiveIframe.git"
},
"author": "AdaptLearning",
"license": "GPL v3",
"bugs": {
"url": "https://github.com/LearningPool/adapt-contrib-responsiveIframe/issues"
},
"devDependencies": {
"grunt": "~0.4.2",
"karma-script-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-chrome-launcher": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "~0.1.5",
"karma-coffee-preprocessor": "~0.1.3",
"requirejs": "~2.1.11",
"karma-requirejs": "~0.2.1",
"karma-phantomjs-launcher": "~0.1.2",
"karma": "~0.10.9",
"karma-expect": "~1.0.0",
"mocha": "~1.17.1",
"karma-mocha": "~0.1.1"
}
}