From 29b0c80219b98522d5fa7f6375bb7177fb7a174b Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sun, 24 Jan 2016 13:36:53 -0500 Subject: [PATCH] npm init --- package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..c0e3077 --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "grunt-contrib-cml-html-converter", + "version": "1.0.0", + "description": "Grunt Plugin for cml-html-converter", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/mahuntington/grunt-contrib-cml-html-converter.git" + }, + "keywords": [ + "CML", + "Grunt" + ], + "author": "Matt Huntington", + "license": "MIT", + "bugs": { + "url": "https://github.com/mahuntington/grunt-contrib-cml-html-converter/issues" + }, + "homepage": "https://github.com/mahuntington/grunt-contrib-cml-html-converter#readme" +}