blob: 8c76a733d20d2c117ed11d0194108b90f7095782 [file] [log] [blame]
Ali Ghassemi6e744682014-07-11 10:57:48 -07001{
2 "name": "pipe-to-browser",
3 "version": "0.0.1",
4 "description": "P2B allows one to pipe anything from shell console to the browser. Data being piped to the browser then is displayed in a graphical and formatted way by a 'viewer' Viewers are pluggable pieces of code that know how to handle and display a stream of data.",
5 "devDependencies": {
6 "jspm": "~0.6.7",
7 "vulcanize": "~0.3.0",
8 "serve": "~1.4.0",
9 "bower": "~1.3.7"
10 }
11}