git ssb

1+

Dominic / offset-log



Commit 051f900ec0473ab94526bb8c02730c8a242bbc87

open source

Dominic Tarr committed on 8/12/2016, 7:36:36 AM
Parent: a3fd273e8fe8f2c4dd144079a7ca05d56b013680

Files changed

LICENSEadded
package.jsonadded
LICENSEView
@@ -1,0 +1,22 @@
1+Copyright (c) 2016 'Dominic Tarr'
2+
3+Permission is hereby granted, free of charge,
4+to any person obtaining a copy of this software and
5+associated documentation files (the "Software"), to
6+deal in the Software without restriction, including
7+without limitation the rights to use, copy, modify,
8+merge, publish, distribute, sublicense, and/or sell
9+copies of the Software, and to permit persons to whom
10+the Software is furnished to do so,
11+subject to the following conditions:
12+
13+The above copyright notice and this permission notice
14+shall be included in all copies or substantial portions of the Software.
15+
16+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
18+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
19+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR
20+ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
21+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
22+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package.jsonView
@@ -1,0 +1,19 @@
1+{
2+ "name": "offset-log",
3+ "description": "",
4+ "version": "0.0.0",
5+ "homepage": "https://github.com/dominictarr/offset-log",
6+ "repository": {
7+ "type": "git",
8+ "url": "git://github.com/dominictarr/offset-log.git"
9+ },
10+ "dependencies": {},
11+ "devDependencies": {
12+ "tape": "^4.6.0"
13+ },
14+ "scripts": {
15+ "test": "set -e; for t in test/*.js; do node $t; done"
16+ },
17+ "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (dominictarr.com)",
18+ "license": "MIT"
19+}

Built with git-ssb-web