Skip to content

Commit

Permalink
Update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
Macquarie Sharpless committed May 21, 2018
1 parent 07a8c20 commit 67f0f6c
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,39 @@
"version": "1.0.0",
"description": "Simplified token definition and lexer creation library for use with Chevrotain.",
"main": "index.js",
"files": [
"index.js",
"lib/"
],
"directories": {
"lib": "./lib",
"example": "./example",
"test": "./spec"
},
"scripts": {
"test": "bin/jasmine"
},
"keywords": [
"lexer",
"lexer-generator",
"parser",
"token",
"tokenizer",
"chevrotain"
],
"author": {
"name": "Abacus Lever",
"email": "aetherised@gmail.com",
"url": "https://github.com/aetherised"
},
"repository": "github:aetherised/lexdoc",
"bugs": {
"url": "https://github.com/aetherised/lexdoc/issues",
"email": "aetherised@gmail.com"
},
"homepage": "https://github.com/aetherised/lexdoc",
"engines": {
"npm": ">=8.9.4"
},
"license": "MIT",
"dependencies": {
"chevrotain": "^3.2.1",
Expand Down

0 comments on commit 67f0f6c

Please sign in to comment.