jsonify-my-table

Convert a HTML table to JSON
git clone http://git.hanabi.in/repos/jsonify-my-table.git
Log | Files | Refs | LICENSE

package.json (586B)


      1 {
      2   "name": "jsonify-my-table",
      3   "version": "2.0.3",
      4   "description": "Convert a HTML table to JSON",
      5   "main": "jsonify-my-table.js",
      6   "scripts": {
      7     "test": "echo \"Error: no test specified\" && exit 1"
      8   },
      9   "repository": {
     10     "type": "git",
     11     "url": "git+https://github.com/acagastya/jsonify-my-table.git"
     12   },
     13   "keywords": [
     14     "table",
     15     "json"
     16   ],
     17   "author": "Agastya Chandrakant",
     18   "license": "BSD-3-Clause",
     19   "bugs": {
     20     "url": "https://github.com/acagastya/jsonify-my-table/issues"
     21   },
     22   "homepage": "https://github.com/acagastya/jsonify-my-table#readme"
     23 }