From 68b0945a9f67322b46175ad8de3e0a8fd088ab84 Mon Sep 17 00:00:00 2001 From: brianleroux Date: Sat, 6 Dec 2014 20:40:13 -0800 Subject: [PATCH] adding package.json for npm install --- package.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000000..0006561657 --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ +{ + "name": "source-code-pro", + "version": "1.0.0", + "description": "Source Code Pro is a set of OpenType fonts that have been designed to work well in user interface (UI) environments. In addition to a functional OpenType font, this open source project provides all of the source files that were used to build this OpenType font by using the AFDKO makeotf tool.", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/adobe-fonts/source-code-pro.git" + }, + "bugs": { + "url": "https://github.com/adobe-fonts/source-code-pro/issues" + }, + "homepage": "https://github.com/adobe-fonts/source-code-pro" +}