Skip to content

Commit

Permalink
Added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyGiraudel committed Apr 18, 2016
1 parent 10af8e1 commit c6abdea
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "iframify",
"version": "0.1.0",
"description": "Replaces a node with an iframe version of itself.",
"main": "iframify.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HugoGiraudel/iframify.git"
},
"keywords": [
"iframify",
"iframe",
"styleguide"
],
"author": "Hugo Giraudel <[email protected]> (http://www.edenspiekermann.com/people/hugo-giraudel)",
"license": "MIT",
"bugs": {
"url": "https://github.com/HugoGiraudel/iframify/issues"
},
"homepage": "https://github.com/HugoGiraudel/iframify#readme"
}

0 comments on commit c6abdea

Please sign in to comment.