1
1
mirror of https://github.com/i-tu/Hasklig.git synced 2024-09-17 13:37:21 +03:00

adding package.json for npm install

This commit is contained in:
brianleroux 2014-12-06 20:40:13 -08:00
parent 3651e0a4b9
commit 68b0945a9f

17
package.json Normal file
View File

@ -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"
}