diff --git a/package.json b/package.json index 5cb81b9..f8a577d 100644 --- a/package.json +++ b/package.json @@ -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": "hello@terrymun.com", + "homagepage": "http://terrymun.com" + } + ], + "maintainers": [ + "Terry Mun " + ], + "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": "hello@terrymun.com", - "homagepage": "http://terrymun.com" - } - ], - "maintainers": [ - { - "name": "Terry Mun", - "email": "hello@terrymun.com", - "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 (http://terrymun.com)" }