-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
davidmarkclements
committed
Apr 4, 2016
1 parent
64cf424
commit 2f25103
Showing
3,877 changed files
with
519,890 additions
and
24 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
22 changes: 22 additions & 0 deletions
22
1-Writing-Modules/source/installing-dependencies/hsl-to-hex/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "hsl-to-hex", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "David Mark Clements", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://[email protected]/davidmarkclements/hsl-to-hex.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/davidmarkclements/hsl-to-hex/issues" | ||
}, | ||
"homepage": "https://github.com/davidmarkclements/hsl-to-hex#readme", | ||
"description": "", | ||
"dependencies": { | ||
"hsl-to-rgb-for-reals": "^1.1.0" | ||
} | ||
} |
Oops, something went wrong.