UNPKG

701 BJSONView Raw
1{
2 "name": "rrdiagram-js",
3 "version": "1.0.7",
4 "description": "Generate railroad diagrams from code or BNF, generate BNF from code",
5 "main": "main.js",
6 "scripts": {
7 "compile": "webpack",
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "repository": {
11 "type" : "git",
12 "url" : "https://github.com/Chrriis/rrdiagram-js.git"
13 },
14 "keywords": ["railroad", "syntax", "diagram", "bnf", "ebnf", "svg"],
15 "author": "Christopher Deckers <chrriis@nextencia.net>",
16 "license": "ASL 2.0",
17 "dependencies": {
18 "babel-core": "^6.25.0",
19 "babel-loader": "^7.0.0",
20 "babel-polyfill": "^6.23.0",
21 "babel-preset-latest": "^6.24.1",
22 "webpack": "^2.6.1"
23 }
24
25}