forked from jsxc/strophe.jinglejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
45 additions
and
2 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
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/*! | ||
* <%= app.name %> v<%= app.version %> - <%= grunt.template.today("yyyy-mm-dd") %> | ||
* | ||
* Copyright (c) <%= grunt.template.today("yyyy") %> <%= app.author %> <br> | ||
* Released under the <%= app.license %> license | ||
* | ||
* Please see <%= app.homepage %> | ||
* | ||
* @author <%= app.author %> | ||
* @version <%= app.version %> | ||
* @license <%= app.license %> | ||
*/ |
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,9 +1,10 @@ | ||
{ | ||
"name": "strophe.jinglejs", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "This package adds jingle.js to strophe.js", | ||
"main": "strophe.jinglejs.js", | ||
"author": "Klaus Herberth <[email protected]>", | ||
"homepage": "https://github.com/sualko/strophe.jinglejs/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/sualko/strophe.jinglejs" | ||
|
@@ -16,6 +17,7 @@ | |
}, | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
"grunt-banner": "^0.4.0", | ||
"grunt-browserify": "^3.8.0", | ||
"grunt-contrib-jshint": "^0.11.2", | ||
"grunt-jsbeautifier": "^0.2.10" | ||
|
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,3 +1,16 @@ | ||
/*! | ||
* strophe.jinglejs v0.1.1 - 2015-08-05 | ||
* | ||
* Copyright (c) 2015 Klaus Herberth <[email protected]> <br> | ||
* Released under the MIT license | ||
* | ||
* Please see https://github.com/sualko/strophe.jinglejs/ | ||
* | ||
* @author Klaus Herberth <[email protected]> | ||
* @version 0.1.1 | ||
* @license MIT | ||
*/ | ||
|
||
(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ | ||
|
||
},{}],2:[function(require,module,exports){ | ||
|