-
-
Notifications
You must be signed in to change notification settings - Fork 40
Docs #141
Changes from all commits
33eb845
c06a3c3
8f6d6d3
57391f4
7f699be
28e5187
4b05e47
429f11e
d9208d3
5ed3492
a8cfe11
9b2d8ee
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| # Contributors | ||
|
|
||
| | Name | GitHub | Social | | ||
| | ----------------------- | ------------------------------------------------------ | --------------------------------------------------------------- | | ||
| | **Vincent Weevers** | [**@vweevers**](https://github.com/vweevers) | [**@vweevers@twitter**](https://twitter.com/vweevers) | | ||
| | **Max Ogden** | [**@maxogden**](https://github.com/maxogden) | [**@maxogden@twitter**](https://twitter.com/maxogden) | | ||
| | **Lars-Magnus Skog** | [**@ralphtheninja**](https://github.com/ralphtheninja) | [**@ralph@social.weho.st**](https://social.weho.st/@ralph) | | ||
| | **Rod Vagg** | [**@rvagg**](https://github.com/rvagg) | [**@rvagg@twitter**](https://twitter.com/rvagg) | | ||
| | **Nolan Lawson** | [**@nolanlawson**](https://github.com/nolanlawson) | [**@nolan@toot.cafe**](https://toot.cafe/@nolan) | | ||
| | **Josh** | [**@qs44**](https://github.com/qs44) | | | ||
| | **Julian Gruber** | [**@juliangruber**](https://github.com/juliangruber) | [**@juliangruber@twitter**](https://twitter.com/juliangruber) | | ||
| | **Dominic Tarr** | [**@dominictarr**](https://github.com/dominictarr) | [**@dominictarr@twitter**](https://twitter.com/dominictarr) | | ||
| | **Matteo Collina** | [**@mcollina**](https://github.com/mcollina) | [**@matteocollina@twitter**](https://twitter.com/matteocollina) | | ||
| | **Kyle Robinson Young** | [**@shama**](https://github.com/shama) | [**@shamakry@twitter**](https://twitter.com/shamakry) | | ||
| | **Mathias Buus** | [**@mafintosh**](https://github.com/mafintosh) | [**@mafintosh@twitter**](https://twitter.com/mafintosh) | | ||
| | **James Halliday** | [**@substack**](https://github.com/substack) | [**@substack@twitter**](https://twitter.com/substack) | | ||
| | **Ryan Ramage** | [**@ryanramage**](https://github.com/ryanramage) | | | ||
| | **James Kyburz** | [**@jameskyburz**](https://github.com/jameskyburz) | [**@jameskyburz@twitter**](https://twitter.com/jameskyburz) | | ||
| | **Yoshua Wuyts** | [**@yoshuawuyts**](https://github.com/yoshuawuyts) | [**@yoshuawuyts@twitter**](https://twitter.com/yoshuawuyts) | | ||
| | **Calvin Metcalf** | [**@calvinmetcalf**](https://github.com/calvinmetcalf) | | | ||
| | **Nicholas Westlake** | [**@nrw**](https://github.com/nrw) | | | ||
| | **Bryce Baril** | [**@brycebaril**](https://github.com/brycebaril) | [**@brycebaril@twitter**](https://twitter.com/brycebaril) | | ||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,35 +1,30 @@ | ||
| { | ||
| "name": "level-js", | ||
| "version": "3.0.0-rc1", | ||
| "description": "leveldown/leveldb library for browsers using IndexedDB", | ||
| "description": "An abstract-leveldown compliant store on top of IndexedDB", | ||
| "author": "max ogden", | ||
| "license": "MIT", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "test": "standard && airtap --local --no-coverage test/index.js", | ||
| "test-browsers": "standard && airtap --sauce-connect --loopback airtap.local --no-coverage test/index.js" | ||
| "test-browsers": "standard && airtap --sauce-connect --loopback airtap.local --no-coverage test/index.js", | ||
| "remark": "remark README.md CONTRIBUTORS.md -o" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How does
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's pretty much the same as doing
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If you're wondering why
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Aah ok. So I guess this means |
||
| }, | ||
| "files": [ | ||
| "index.js", | ||
| "iterator.js", | ||
| "util", | ||
| "collaborators.md", | ||
| "CONTRIBUTORS.md", | ||
| "CHANGELOG.md", | ||
| "sauce-labs.svg" | ||
| ], | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git@github.com:Level/level-js.git" | ||
| "browser": { | ||
| "./util/immediate.js": "./util/immediate-browser.js" | ||
| }, | ||
| "keywords": [ | ||
| "level", | ||
| "leveldb" | ||
| ], | ||
| "author": "max ogden", | ||
| "license": "MIT", | ||
| "devDependencies": { | ||
| "airtap": "0.0.7", | ||
| "buffer": "~5.1.0", | ||
| "standard": "^11.0.1", | ||
| "tape": "^4.0.0" | ||
| "standard": { | ||
| "ignore": [ | ||
| "test/util/idb-shim.js" | ||
| ] | ||
| }, | ||
| "dependencies": { | ||
| "abstract-leveldown": "~5.0.0", | ||
|
|
@@ -38,12 +33,28 @@ | |
| "ltgt": "^2.1.2", | ||
| "typedarray-to-buffer": "~3.1.5" | ||
| }, | ||
| "browser": { | ||
| "./util/immediate.js": "./util/immediate-browser.js" | ||
| "devDependencies": { | ||
| "airtap": "0.0.7", | ||
| "buffer": "~5.1.0", | ||
| "level-community": "~3.0.0", | ||
| "remark-cli": "^5.0.0", | ||
| "remark-git-contributors": "~0.2.0", | ||
| "standard": "^11.0.1", | ||
| "tape": "^4.0.0" | ||
| }, | ||
| "standard": { | ||
| "ignore": [ | ||
| "test/util/idb-shim.js" | ||
| ] | ||
| } | ||
| "remarkConfig": { | ||
| "plugins": { | ||
| "remark-git-contributors": "level-community" | ||
| } | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git@github.com:Level/level-js.git" | ||
| }, | ||
| "keywords": [ | ||
| "level", | ||
| "leveldb", | ||
| "indexeddb", | ||
| "abstract-leveldown" | ||
| ] | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vweevers Now we're getting somewhere. Looks really nice!