v0.8.6: update links, deps, and license

This commit is contained in:
AJ ONeal 2018-11-07 10:42:59 -07:00
vecāks 8f10d2ce7e
revīzija 416484db42
2 mainīti faili ar 11 papildinājumiem un 11 dzēšanām

Parādīt failu

@ -23,8 +23,8 @@ If you want instructions for the web interface, head over to [DearDesi](http://d
Command Line Install (for developers) Command Line Install (for developers)
-------------------- --------------------
This assumes that you already have `git` and `iojs` (or `node`) installed, This assumes that you already have `git` and `node` installed,
otherwise see [iojs-install-script](https://github.com/coolaj86/iojs-install-script) otherwise see [node-installer.sh](https://git.coolaj86.com/coolaj86/node-installer.sh)
``` ```
# Install with distributed tools on a decentralized system # Install with distributed tools on a decentralized system

Parādīt failu

@ -1,6 +1,6 @@
{ {
"name": "desi", "name": "desi",
"version": "0.8.5", "version": "0.8.6",
"description": "A nice, friendly tool to help you get set up and start blogging, built on the Desirae blogging platform", "description": "A nice, friendly tool to help you get set up and start blogging, built on the Desirae blogging platform",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
@ -12,7 +12,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.daplie.com/Daplie/deardesi.git" "url": "https://git.coolaj86.com/coolaj86/deardesi.js.git"
}, },
"keywords": [ "keywords": [
"dear", "dear",
@ -30,12 +30,12 @@
"nanoc", "nanoc",
"octopress" "octopress"
], ],
"author": "AJ ONeal <aj@daplie.com> (https://coolaj86.com/)", "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "Apache2", "license": "(MIT OR ISC OR Apache-2.0)",
"bugs": { "bugs": {
"url": "https://git.daplie.com/DearDesi/deardesi/issues" "url": "https://git.coolaj86.com/coolaj86/deardesi.js/issues"
}, },
"homepage": "https://git.daplie.com/Daplie/deardesi", "homepage": "https://git.coolaj86.com/coolaj86/deardesi.js",
"dependencies": { "dependencies": {
"bluebird": "^2.6.4", "bluebird": "^2.6.4",
"body-parser": "^1.10.1", "body-parser": "^1.10.1",
@ -44,8 +44,8 @@
"connect": "^3.3.4", "connect": "^3.3.4",
"connect-query": "^0.2.0", "connect-query": "^0.2.0",
"connect-send-json": "^1.0.0", "connect-send-json": "^1.0.0",
"desirae": "git+https://git.daplie.com/Daplie/desirae.git#v1", "desirae": "^0.11.4",
"desirae-datamap-ruhoh": "git+https://git.daplie.com/Daplie/desirae-datamap-ruhoh.git#v1", "desirae-datamap-ruhoh": "v1.0.6",
"foreachasync": "^5.0.5", "foreachasync": "^5.0.5",
"fs.extra": "^1.3.0", "fs.extra": "^1.3.0",
"jade": "^1.9.1", "jade": "^1.9.1",