We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63f565 commit 589c792Copy full SHA for 589c792
package.json
@@ -1,13 +1,10 @@
1
{
2
"name": "iframe",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "higher level api for creating and using iframes in browsers",
5
"repository": {
6
"type": "git",
7
- "url": "git@github.com:maxogden/iframe.git"
8
- },
9
- "engines": {
10
- "node": "0.8.x"
+ "url": "git@github.com:npm-dom/iframe.git"
11
},
12
"devDependencies": {
13
"tape": "~2.3.2",
@@ -28,5 +25,12 @@
28
25
"iphone/6.0..latest",
29
26
"android-browser/4.2..latest"
30
27
]
31
- }
+ },
+ "bugs": {
+ "url": "https://github.com/npm-dom/iframe/issues"
32
+ "homepage": "https://github.com/npm-dom/iframe",
33
+ "main": "index.js",
34
+ "author": "max ogden",
35
+ "license": "BSD"
36
}
0 commit comments