Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescostian committed Oct 31, 2014
1 parent d9b3574 commit 60ac098
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": "stream-string",
"repository": "https://github.com/jamescostian/stream-string",
"version": "0.1.0",
"license": "MIT",
"contributors": [
"James Costian <[email protected]> (http://jamescostian.com)"
],
"keywords": ["stream"],
"engines": {
"node": ">=0.8"
},
"main": "index.js",
"scripts": {
"test": "gulp"
},
"dependencies": {
"bluebird": "2.3.x"
},
"devDependencies": {
"gulp": "3.8.x",
"gulp-mocha": "1.1.x",
"gulp-jshint": "1.8.x"
}
}

0 comments on commit 60ac098

Please sign in to comment.