Index: web/client/package.json =================================================================== --- web/client/package.json (nonexistent) +++ web/client/package.json (revision 5518) @@ -0,0 +1,19 @@ +{ + "name": "pcb-rnd-webclient", + "version": "0.0.1", + "description": "Web client for the pcb-rnd remote HID protocol", + "homepage": "http://repo.hu/projects/pcb-rnd/", + "private": true, + "license": "MIT", + "author": { + "name": "Kalman Keri", + "email": "kk@metamaya.org" + }, + "dependencies": {}, + "devDependencies": { + "browserify": "^13.1.1" + }, + "scripts": { + "update": "watchify draw.js -o draw-bundle.js", + } +}