UNPKG

862 BJSONView Raw
1{
2 "name": "hypernal",
3 "version": "0.1.1",
4 "description": "Renders terminal output as html to simplify reusing server side modules in the browser.",
5 "main": "hypernal.js",
6 "scripts": {
7 "test": "node-trap test/*.js",
8 "demo": "node example/build && npm install opener && opener example/index.html"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/thlorenz/hypernal.git"
13 },
14 "homepage": "https://github.com/thlorenz/hypernal",
15 "dependencies": {
16 "through": "~2.2.7"
17 },
18 "devDependencies": {
19 "browserify": "~2.11.0",
20 "difflet": "~0.2.3"
21 },
22 "keywords": [
23 "terminal",
24 "render",
25 "browser",
26 "ansi",
27 "colors"
28 ],
29 "author": {
30 "name": "Thorsten Lorenz",
31 "email": "thlorenz@gmx.de",
32 "url": "http://thlorenz.com"
33 },
34 "license": "MIT",
35 "engine": {
36 "node": ">=0.6"
37 }
38}