-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.43 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.43 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
{
"name": "elasticframe",
"main": "elasticframe.js",
"version": "2.1.0",
"homepage": "https://github.com/TYPE10/elasticframe",
"description": "Make your iframe(s) resize automatically. Cross-domain. Dependency-free.",
"repository": "type10/elasticframe.git",
"devDependencies": {
"browserify": "^13.1.0",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"jshint": "^2.9.3",
"mocha": "^3.0.2",
"nightmare": "^2.6.1",
"xvfb-maybe": "~0.1.3"
},
"scripts": {
"browserify": "npm run browserify1 && npm run browserify2 && npm run browserify3",
"browserify1": "browserify test/fixtures/browserify/source.js > test/fixtures/browserify/built.js",
"browserify2": "browserify test/fixtures/browserify/iframes/source1.js > test/fixtures/browserify/iframes/built1.js",
"browserify3": "browserify test/fixtures/browserify/iframes/source2.js > test/fixtures/browserify/iframes/built2.js",
"test": "jshint elasticframe.js && npm run browserify && xvfb-maybe mocha test/ --reporter spec"
},
"files": ["elasticframe.js"],
"keywords": [
"iframe",
"height",
"cross",
"domain",
"crossdomain",
"autoheight"
],
"author": {
"name" : "Chris Neuhäuser",
"email" : "chris@type10.com",
"url" : "http://type10.com"
},
"contributors": [
{
"name" : "Steven Vachon",
"email" : "contact@svachon.com",
"url" : "https://svachon.com"
}
],
"license": "MIT"
}