UNPKG

458 BJSONView Raw
1{
2 "name": "hypnotable",
3 "version": "0.0.3",
4 "description": "Streaming sortable tables",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "compile": "node_modules/.bin/coffee -o lib -c src",
9 "cw": "node_modules/.bin/coffee -o lib -cw src"
10 },
11 "repository": "",
12 "author": "",
13 "license": "BSD",
14 "dependencies": {
15 "through": "~2.3.4",
16 "bean": "~1.0.4",
17 "hogan.js": "~2.0.0"
18 }
19}