https://github.com/explosion/displacy
Raw File
Tip revision: a18486da3ea8b327f64141c035be8b06ff158453 authored by Ines Montani on 08 April 2018, 21:10:36 UTC
Update README.md
Tip revision: a18486d
package.json
{
  "name": "displacy-demo",
  "version": "1.0.2",
  "description": "An open-source NLP visualiser for the modern web",
  "main": "index.jade",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/explosion/displacy.git"
  },
  "keywords": [
    "nlp",
    "visualizer",
    "spacy"
  ],
  "author": "Ines Montani",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/explosion/displacy/issues"
  },
  "homepage": "https://github.com/explosion/displacy#readme",
  "devDependencies": {
    "harp": "^0.20.3"
  }
}
back to top