This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated package.json for publishing to npm
- Loading branch information
Showing
1 changed file
with
47 additions
and
52 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,52 @@ | ||
{ | ||
"name": "fluidbox", | ||
"filename": "jquery.fluidbox.min.js", | ||
"version": "1.4.3", | ||
"description": "Replicating Medium's beautiful, minimalist lightbox module", | ||
"homepage": "https://github.com/terrymun/Fluidbox", | ||
"main": [ | ||
"name": "fluidbox", | ||
"filename": "jquery.fluidbox.min.js", | ||
"version": "1.4.3", | ||
"description": "Replicating Medium's beautiful, minimalist lightbox module", | ||
"homepage": "https://github.com/terrymun/Fluidbox", | ||
"main": "jquery.fluidbox.js", | ||
"authors": [ | ||
{ | ||
"name": "Terry Mun", | ||
"email": "[email protected]", | ||
"homagepage": "http://terrymun.com" | ||
} | ||
], | ||
"maintainers": [ | ||
"Terry Mun <[email protected]>" | ||
], | ||
"repositories": { | ||
"type": "git", | ||
"url": "https://github.com/terrymun/Fluidbox/" | ||
}, | ||
"keywords": [ | ||
"fluidbox", | ||
"lightbox" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"package.json" | ||
], | ||
"dependencies": { | ||
"jquery": ">=1.9" | ||
}, | ||
"npmName": "fluidbox", | ||
"npmFileMap": [ | ||
{ | ||
"basePath": "/dist/", | ||
"files": [ | ||
"./jquery.fluidbox.js", | ||
"./jquery.fluidbox.min.js", | ||
"./css/fluidbox.css" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Terry Mun", | ||
"email": "[email protected]", | ||
"homagepage": "http://terrymun.com" | ||
} | ||
], | ||
"maintainers": [ | ||
{ | ||
"name": "Terry Mun", | ||
"email": "[email protected]", | ||
"homagepage": "http://terrymun.com" | ||
} | ||
], | ||
"repositories": { | ||
"type": "git", | ||
"url": "https://github.com/terrymun/Fluidbox/" | ||
}, | ||
"main": "jquery.fluidbox.js", | ||
"keywords": [ | ||
"fluidbox", | ||
"lightbox" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"test", | ||
"package.json" | ||
], | ||
"dependencies": { | ||
"jquery": ">=1.9" | ||
}, | ||
"npmName": "fluidbox", | ||
"npmFileMap": [ | ||
{ | ||
"basePath": "/dist/", | ||
"files": [ | ||
"./jquery.fluidbox.js", | ||
"./jquery.fluidbox.min.js", | ||
"./css/fluidbox.css" | ||
] | ||
} | ||
] | ||
] | ||
} | ||
], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "Terry Mun <[email protected]> (http://terrymun.com)" | ||
} |