Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Updated package.json for publishing to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymun committed Mar 14, 2015
1 parent 92a894b commit 078cd55
Showing 1 changed file with 47 additions and 52 deletions.
99 changes: 47 additions & 52 deletions package.json
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)"
}

0 comments on commit 078cd55

Please sign in to comment.