forked from nprapps/pym.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.46 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
{
"name": "pym.js",
"version": "1.1.1",
"defaultPymUrl": "//pym.nprapps.org/pym.v1.min.js",
"description": "Resize an iframe responsively depending on the height of its content and the width of its container.",
"main": "dist/pym.v1.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start karma.conf.js",
"sauce": "./node_modules/karma/bin/karma start karma.conf-sauce.js"
},
"repository": {
"type": "git",
"url": "git://github.com/nprapps/pym.js.git"
},
"keywords": [
"iframe",
"responsive",
"browser"
],
"files": [
"dist"
],
"author": "NPR",
"license": "MIT",
"bugs": {
"url": "https://github.com/nprapps/pym.js/issues"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-express": "^1.4.1",
"grunt-jsdoc": "^2.1.0",
"grunt-karma": "^2.0.0",
"grunt-parallel": "^0.5.1",
"grunt-preprocess": "^5.1.0",
"grunt-replace": "^1.0.1",
"jasmine-core": "^2.4.1",
"jquery": "^3.1.0",
"karma": "^1.1.2",
"karma-chrome-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-html2js-preprocessor": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-sauce-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.26",
"minami": "^1.1.1",
"requirejs": "^2.2.0"
}
}