Skip to content

Commit

Permalink
Created a 'package.json' so IterizerJs can be published as an NPM mod…
Browse files Browse the repository at this point in the history
…ule.
  • Loading branch information
dchambers committed Sep 25, 2014
1 parent 66d1388 commit 328dc8d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "iterizerjs",
"version": "0.0.1",
"description": "Expressive & concise code using ES6 iterables",
"main": "lib/iterizer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/dchambers/IterizerJs.git"
},
"keywords": [
"ES6",
"Iterators",
"Generators",
"ES5",
"Arrays"
],
"author": "Dominic Chambers",
"license": "Apache License, Version 2.0",
"bugs": {
"url": "https://github.com/dchambers/IterizerJs/issues"
}
}

0 comments on commit 328dc8d

Please sign in to comment.