{
  "name": "remarkable-classy",
  "version": "0.0.1",
  "description": "Plugin for Remarkable - add classes to your markdown",
  "main": "index.js",
  "author": "Andrey Pissantchev",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/andrey-p/remarkable-classy.git"
  },
  "keywords": [
    "remarkable-plugin"
  ],
  "devDependencies": {
    "jslint": "^0.6.6",
    "mocha": "^2.0.1",
    "remarkable": "^1.4.1",
    "should": "^4.3.0"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha -R spec test/classy.js",
    "pretest": "jslint ./*.js && jslint --predef=describe --predef=it --predef=before ./test/*.js"
  }
}
