Add package.json

This commit is contained in:
Sam Vervaeck 2020-02-24 10:02:16 +01:00
commit d4aa086e96

11
package.json Normal file
View file

@ -0,0 +1,11 @@
{
"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"
}