UNPKG

janus

Version:

the two-faced application library-framework

48 lines (47 loc) 921 B
{ "name": "janus", "description": "the two-faced application library-framework", "version": "0.5.3", "author": "Issa Tseng <maintainer@heyissa.com>", "homepage": "http://janusjs.org", "repository": { "type": "git", "url": "git://github.com/issa-tseng/janus.git" }, "bugs": { "url": "https://github.com/issa-tseng/janus/issues" }, "license": "WTFPL", "main": "lib/janus", "scripts": { "test": "make test" }, "files": [ "lib/**/*" ], "engines": { "node": ">= 0.10.0" }, "keywords": [ "framework", "server-side", "mvvm", "frp", "rx", "application", "508", "seo" ], "dependencies": { "eventemitter2": "~5" }, "devDependencies": { "coffee-script": "1.12.2", "domino": "~2", "jquery": "~3", "mocha": "~9", "nyc": "~15", "should": "~13" }, "gitHead": "a0504bafc100f3fbe06a56b49fe014ab1d3ea679" }