Newer
Older
leaflet_plugins / Leaflet.timeline / package.json
@natto natto on 9 Sep 2018 1 KB timeline
{
  "name": "leaflet.timeline",
  "version": "1.2.1",
  "description": "Show GeoJSON objects on a timeline",
  "scripts": {
    "build": "webpack --config webpack.prod.js",
    "start": "webpack-dev-server",
    "test": "cross-env NODE_ENV=test karma start",
    "test:watch": "npm test -- --no-single-run",
    "prepublishOnly": "npm run build",
    "dev": "webpack-dev-server --host 0.0.0.0"
  },
  "main": "dist/leaflet.timeline.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/skeate/Leaflet.timeline.git"
  },
  "keywords": [
    "leaflet",
    "timeline",
    "playback",
    "time",
    "animate"
  ],
  "author": "Jonathan Skeate",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/skeate/Leaflet.timeline/issues"
  },
  "homepage": "https://github.com/skeate/Leaflet.timeline",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-jest": "^22.0.3",
    "babel-loader": "^7.0.0",
    "babel-plugin-istanbul": "^4.1.5",
    "babel-preset-env": "^1.6.1",
    "babel-preset-es2015": "^6.1.18",
    "chai": "^4.0.2",
    "codeclimate-test-reporter": "^0.5.0",
    "cross-env": "^5.1.1",
    "css-loader": "^0.28.0",
    "eslint": "^4.10.0",
    "eslint-config-airbnb": "^16.1.0",
    "jsdom": "^11.0.0",
    "karma": "^1.7.1",
    "karma-coverage": "^1.1.1",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.5",
    "karma-phantomjs-launcher": "^1.0.2",
    "karma-sinon-chai": "^1.3.3",
    "karma-webpack": "^2.0.5",
    "leaflet": "^1.2.0",
    "mocha": "^4.0.1",
    "node-sass": "^4.5.0",
    "phantomjs": "^2.1.7",
    "sass-loader": "^6.0.1",
    "simulant": "^0.2.2",
    "sinon": "^4.1.0",
    "sinon-chai": "^2.14.0",
    "style-loader": "^0.19.0",
    "uglifyjs-webpack-plugin": "^1.0.1",
    "webpack": "^3.0.0",
    "webpack-dev-server": "^2.9.4",
    "webpack-merge": "^4.1.1"
  },
  "dependencies": {
    "diesal": "^0.3.2"
  }
}