Skip to content

Commit

Permalink
Add Bower package metadata file
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon de Rijke committed May 21, 2014
1 parent 371a4a1 commit a238d9a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Number.isNaN",
"version": "0.0.0",
"homepage": "https://github.com/leonderijke/Number.isNaN",
"authors": [
"Leon de Rijke"
],
"description": "A `Number.isNaN` polyfill, based on the ECMAScript 6 specification.",
"main": "isnan.js",
"keywords": [
"number",
"nan",
"es6",
"ecmascript",
"polyfill"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"testling.html"
]
}

0 comments on commit a238d9a

Please sign in to comment.