jamiebuilds_the-super-tiny-.../package.json
Gabriel Montalvo c6a64c0cb0 super tiny cli for tiny compiler?
This also adds a barebones package.json file  and .gitignore.
2016-03-31 00:37:38 -04:00

20 lines
521 B
JSON

{
"name": "the-super-tiny-compiler",
"description": "Possibly the smallest compiler ever",
"scripts": {
"test": "node ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thejameskyle/the-super-tiny-compiler.git"
},
"license": "SEE LICENSE IN ./LICENSE",
"bugs": {
"url": "https://github.com/thejameskyle/the-super-tiny-compiler/issues"
},
"homepage": "https://github.com/thejameskyle/the-super-tiny-compiler#readme",
"dependencies": {
"meow": "^3.7.0"
}
}