33 lines
885 B
JSON
33 lines
885 B
JSON
{
|
|
"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 <hello@handsontable.com>",
|
|
"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"
|
|
}
|