md-utils/package.json

12 lines
271 B
JSON
Raw Normal View History

2016-03-23 15:52:57 +00:00
{
"name": "md-utils",
2016-04-01 10:34:19 +00:00
"version": "0.0.2",
2016-03-23 15:52:57 +00:00
"description": "A suite of useful misc utils",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Martin Donnelly <martind2000@gmail.com>",
"license": "ISC"
}