{ "name": "vanilla-template", "private": true, "version": "0.0.0", "description": "Javascript code snippet template", "main": "index.html", "homepage": "https://handsontable.com/", "repository": { "type": "git", "url": "https://github.com/handsontable/handsontable.git" }, "bugs": { "url": "https://github.com/handsontable/handsontable/issues" }, "author": "Handsoncode ", "scripts": { "start": "parcel index.html --port 8080", "build": "parcel build index.html --public-url '.'", "test": "node spec/support/jasmine.config.js" }, "dependencies": { "handsontable": "latest", "vanilla-template": "file:" }, "devDependencies": { "jasmine": "3.7.0", "jasmine-console-reporter": "3.1.0", "parcel-bundler": "1.12.3", "puppeteer": "7.1.0" }, "license": "SEE LICENSE IN LICENSE.txt" }