From 776bc0c271a2d2beda7244046a824a478ad3ea21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-c=C3=A9dric=20TH=C3=89ROND?= Date: Tue, 3 Jun 2014 09:58:02 +0200 Subject: [PATCH] Create package.json --- package.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..9c68e50 --- /dev/null +++ b/package.json @@ -0,0 +1,38 @@ +{ + "name": "yuidoc-themes", + "description": "Custom themes for the YUIDoc documentation generator.", + "version": "0.1.0", + "keywords": [ + "yuidoc", + "theme", + "smooth", + "neat" + ], + "author": { + "name": "Krxtopher", + "email": "unknown@exemple.com" + }, + "contributors": [ + { + "name": "Jean-cédric Thérond", + "email": "jean-cedric.therond@cellfishmedia.fr" + } + ], + "dependencies": { + }, + "homepage": "https://github.com/Krxtopher/yuidoc-themes", + "bugs": "https://github.com/Krxtopher/yuidoc-themes/issues", + "repository": { + "type": "git", + "url": "https://github.com/Krxtopher/yuidoc-themes.git" + }, + "licenses": [ + { + "type": "unknown", + "url": "none" + } + ], + "engines": { + "node": ">=0.10.0" + } +}