15 lines
379 B
JSON
15 lines
379 B
JSON
{
|
|
"name": "@samvv/bolt",
|
|
"version": "0.0.1",
|
|
"description": "A programming language for rapid prototyping",
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"test": "mocha lib/test"
|
|
},
|
|
"author": "Sam Vervaeck <vervaeck.sam@skynet.be>",
|
|
"license": "GPL-3.0",
|
|
"repository": "https://github.com/samvv/Bolt",
|
|
"dependencies": {
|
|
"pegjs": "^0.11.0-master.b7b87ea"
|
|
}
|
|
}
|