Commit 9eb72d0a authored by Yehuda Katz's avatar Yehuda Katz

Merge pull request #1 from jamesarosen/npm

NPM
parents e34d97c0 a5200bc1
/node_modules
\ No newline at end of file
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
"ok", "ok",
"strictEqual", "strictEqual",
"module", "module",
"expect", "expect"
], ],
"node" : true, "node" : true,
......
/.jshintrc
/.npmignore
/browser/
/node_modules/
/Rakefile
/tests/
{
"name": "rsvp",
"version": "1.0.0",
"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",
"lint": "jshint lib"
},
"repository": {
"type": "git",
"url": "git://github.com/tildeio/rsvp.js.git"
},
"bugs": { "url": "https://github.com/tildeio/rsvp.js/issues" },
"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