UNPKG

clowder

Version:

An knowledge sharing system for a disconnected world

46 lines 1.22 kB
{ "name": "clowder", "version": "1.3.0", "description": "An knowledge sharing system for a disconnected world", "main": "clowder.js", "scripts": { "test": "standard && tape test/*.js", "build-client": "chromiumify src/index.js -o chrome-app/index.js", "build-server": "chromiumify src/background.js -o chrome-app/background.js", "start": "chromiumify run chrome-app", "watch": "node tools/kovacs && chromiumify run chrome-app", "postinstall": "node postinstall/postinstall.js chrome-app" }, "repository": { "type": "git", "url": "git+https://github.com/No9/clowder.git" }, "keywords": [ "classroom", "education", "knowledge", "sharing" ], "author": "anton whalley", "license": "MIT", "bugs": { "url": "https://github.com/No9/clowder/issues" }, "homepage": "https://github.com/No9/clowder#readme", "dependencies": { "chrome-debug": "^1.0.0", "chrome-depd": "^1.0.1", "chrome-dgram": "^2.1.7", "chrome-fs": "^9.2.1", "chrome-https": "^2.0.0", "chrome-net": "^2.5.0", "chrome-path": "^1.0.0", "chrome-util-deprecate": "^1.0.0", "http-node": "0.0.2", "launch-chrome-app": "^1.0.1" }, "devDependencies": { "chokidar": "^1.0.5", "tiny-lr": "^0.1.6" } }