summaryrefslogtreecommitdiffstats
path: root/js/vendor/js-url/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/js-url/package.json')
-rw-r--r--js/vendor/js-url/package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/js/vendor/js-url/package.json b/js/vendor/js-url/package.json
new file mode 100644
index 000000000..c60be4845
--- /dev/null
+++ b/js/vendor/js-url/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "url",
+ "version": "1.8.6",
+ "description": "A simple, lightweight url parser for JavaScript (~1.6 Kb minified, ~0.6Kb gzipped).",
+ "main": "url.js",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/websanova/js-url"
+ },
+ "author": {
+ "name" : "Websanova"
+ },
+ "homepage" : "http://url.websanova.com",
+ "license": "MIT, GPL",
+ "dependencies": {
+ "grunt-contrib-qunit": "",
+ "grunt-contrib-uglify": "",
+ "grunt-contrib-jshint": ""
+ },
+ "scripts": {
+ "prepublish": "grunt"
+ }
+} \ No newline at end of file