Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Adds package.json for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jan 20, 2015
1 parent 78f0a6d commit 2b0d4cd
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "fg-loadjs",
"version": "0.2.0",
"description": "A simple function for asynchronously loading JavaScript files",
"main": "loadJS.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/filamentgroup/loadJS.git"
},
"keywords": [
"load"
],
"author": "Zach Leatherman <[email protected]> (http://zachleat.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/filamentgroup/loadJS/issues"
},
"homepage": "https://github.com/filamentgroup/loadJS"
}

0 comments on commit 2b0d4cd

Please sign in to comment.