Commit d9d118a5 authored by James A. Rosen's avatar James A. Rosen

some package.json improvements

parent 84a7f5f4
{
"name": "rsvp",
"version": "1.0.0",
"description": "Promises and Events",
"main": [ "browers/rsvp.js" ],
"dependencies": {
},
"description": "A lightweight library that provides tools for organizing asynchronous code",
"main": "lib/rsvp.js",
"directories": { "lib": "lib" },
"devDependencies": {
"jshint": "~0.9"
},
"scripts": {
"test": "rake"
"test": "rake",
"lint": "jshint lib"
},
"repository": {
"type": "git",
"url": "git@github.com:tildeio/rsvp.js.git"
"url": "git://github.com/tildeio/rsvp.js.git"
},
"bugs": { "url": "https://github.com/tildeio/rsvp.js/issues" },
"keywords": [
"promises",
"futures",
......
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