UNPKG

wiki-server

Version:

A Federated Wiki Server

74 lines (73 loc) 1.6 kB
{ "name": "wiki-server", "description": "A Federated Wiki Server", "version": "0.1.3", "author": { "name": "Ward Cunningham", "email": "ward@c2.com", "url": "http://ward.fed.wiki.org" }, "contributors": [ { "name": "Nick Niemeir", "email": "nick.niemeir@gmail.com", "url": "http://nrn.io" }, { "name": "Paul Rodwell", "email": "paul.rodwell@btinternet.com", "url": "http://wiki-paul90.rhcloud.com" } ], "dependencies": { "coffee-script": "1.6", "express": "*", "mkdirp": "*", "optimist": "*", "hbs": "*", "bouncy": "*", "event-stream": "*", "JSONStream": "*", "async": "*", "config-chain": "*", "glob": "*", "flates": "0.0.5", "qs": "0.6.5", "underscore": "*", "redis": "~0.8.4" }, "scripts": { "test": "mocha" }, "//": "TODO: Now that client and plugins are nolonger here, review what dependencies we still need", "devDependencies": { "coffeeify": "*", "docco": "*", "mocha": "*", "should": "*", "sinon": "1.7.1", "expect.js": "*", "grunt": "~0.4", "grunt-browserify": "~1.2", "grunt-contrib-coffee": "~0.7", "grunt-contrib-watch": "~0.5" }, "optionalDependencies": { "ws": "*", "level": "*", "mongoskin": "~0.6" }, "engines": { "node": "0.10" }, "testling": { "harness": "mocha" }, "repository": { "type": "git", "url": "https://github.com/fedwiki/wiki-node-server.git" }, "bugs": { "url": "https://github.com/fedwiki/wiki-node-server/issues" } }