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

some package.json improvements

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