Commit 84a7f5f4 authored by James A. Rosen's avatar James A. Rosen

add a first draft of an NPM package.json

parent a0a4ace7
{
"name": "rsvp",
"version": "1.0.0",
"description": "Promises and Events",
"main": [ "browers/rsvp.js" ],
"dependencies": {
},
"devDependencies": {
"jshint": "~0.9"
},
"scripts": {
"test": "rake"
},
"repository": {
"type": "git",
"url": "git@github.com:tildeio/rsvp.js.git"
},
"keywords": [
"promises",
"futures",
"events"
],
"author": "Tilde, Inc.",
"license": "MIT"
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment