{
  "name": "tokenise",
  "version": "0.4.2",
  "description": "A program for performing lexical analysis, written in PHP",
  "main": "src/tokenise.php",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "phpunit"
  },
  "keywords": [
    "PHP",
    "tokenizer",
    "lexer",
    "lexical"
  ],
  "author": "Will Earp <will@hexydec.com>",
  "repository": "https://github.com/hexydec/tokenise",
  "license": "MIT"
}
