Add package.json
This commit is contained in:
commit
d4aa086e96
1 changed files with 11 additions and 0 deletions
11
package.json
Normal file
11
package.json
Normal 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"
|
||||||
|
}
|
Loading…
Reference in a new issue