seed-ui/seedsontable.js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "seedsontable",
  "version": "2.0.1",
  "description": "handsontable for seed data",
  "keywords": [],
  "main": "./dist/node/index.js",
  "types": "./dist/node/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepublish": "npm run dist",
    "test": "echo no test",
    "dist": "npm run dist:node && npm run dist:web",
    "dist:node": "tsc",
    "dist:web": "webpack"
  },
  "dependencies": {
    "@types/handsontable": "^0.31.1",
    "handsontable": "< 0.32.0"
  },
  "devDependencies": {
    "ts-loader": "^2.2.0",
    "tslint": "^5.4.3",
    "typescript": "^2.3.4",
    "webpack": "^3.0.0"
  },
  "url": "https://github.com/seed-ui/seedsontable.js",
  "author": {
    "name": "Narazaka",
    "email": "info@narazaka.net",
    "url": "https://narazaka.net/"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/seed-ui/seedsontable.js.git"
  }
}