Spade

Mini Shell

Directory:~$ /home/lmsyaran/www/administrator/components/com_invoices/assets/libs/noty/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/www/administrator/components/com_invoices/assets/libs/noty/package.json

{
	"name": "noty",
	"version": "2.3.8",
	"title": "noty - a jquery notification plugin",
	"description": "noty is a jQuery plugin that makes it easy
to create alert - success - error - warning - information - confirmation
messages as an alternative the standard alert dialog. Each notification is
added to a queue. (Optional)",
	"homepage": "http://needim.github.com/noty",
	"author": {
		"name": "Nedim Arabacı",
		"url": "http://github.com/needim/"
	},
	"licenses": [
		{
			"type": "MIT",
			"url": "http://noty.mit-license.org/"
		}
	],
	"scripts": {
		"build": "grunt build"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/needim/noty.git"
	},
	"main": "js/noty/packaged/jquery.noty.packaged.js",
	"dependencies": {
	},
	"devDependencies": {
		"grunt": "~0.4.5",
		"grunt-contrib-uglify": "~0.4.0",
		"grunt-contrib-concat": "~0.4.0",
		"grunt-bump": "0.0.14",
		"grunt-wrap": "^0.3.0"
	}
}