level-microblog
Version:
A simple microblog app build on leveldb/levelup
49 lines (48 loc) • 1.15 kB
JSON
{
"name": "level-microblog",
"version": "0.0.2",
"description": "A simple microblog app build on leveldb/levelup",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/grunt ci"
},
"repository": {
"type": "git",
"url": "https://github.com/eugeneware/level-microblog.git"
},
"keywords": [
"microblog",
"twitter",
"leveldb",
"levelup",
"micro-blog",
"social-networking",
"social"
],
"author": "Eugene Ware <eugene@noblesamuria.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/eugeneware/level-microblog/issues"
},
"devDependencies": {
"expect.js": "~0.2.0",
"grunt-mocha-cli": "~1.1.0",
"mocha": "~1.12.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-cli": "~0.1.9",
"grunt-complexity": "~0.1.3",
"grunt-contrib-watch": "~0.5.3",
"grunt": "~0.4.1",
"rimraf": "~2.2.2",
"range": "0.0.1"
},
"dependencies": {
"level-sublevel": "~5.1.1",
"level": "~0.15.0",
"through": "~2.3.4",
"after": "~0.8.1",
"monotonic-timestamp": "0.0.8",
"bytewise": "~0.6.0",
"level-orm": "0.0.1"
}
}