Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit cb6a75e

Browse files
committed
Working demo
1 parent 63cecaf commit cb6a75e

118 files changed

Lines changed: 19894 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bower.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "KeyframesPathfinder",
3+
"version": "0.0.1",
4+
"homepage": "https://github.com/jQueryKeyframes/Keyframes.Pathfinder",
5+
"license": "MIT",
6+
"private": false,
7+
"ignore": [
8+
"**/.*",
9+
"node_modules",
10+
"bower_components"
11+
],
12+
"dependencies": {
13+
"jquerykeyframes": "latest"
14+
}
15+
}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"name": "jquery",
3+
"version": "2.1.0",
4+
"main": "dist/jquery.js",
5+
"license": "MIT",
6+
"ignore": [
7+
"**/.*",
8+
"build",
9+
"speed",
10+
"test",
11+
"*.md",
12+
"AUTHORS.txt",
13+
"Gruntfile.js",
14+
"package.json"
15+
],
16+
"devDependencies": {
17+
"sizzle": "1.10.16",
18+
"requirejs": "~2.1.8",
19+
"qunit": "~1.12.0",
20+
"sinon": "~1.7.3"
21+
},
22+
"keywords": [
23+
"jquery",
24+
"javascript",
25+
"library"
26+
],
27+
"homepage": "https://github.com/jquery/jquery",
28+
"_release": "2.1.0",
29+
"_resolution": {
30+
"type": "version",
31+
"tag": "2.1.0",
32+
"commit": "9434e03193c45d51bbd063a0edd1a07a6178d33f"
33+
},
34+
"_source": "git://github.com/jquery/jquery.git",
35+
"_target": "*",
36+
"_originalSource": "jquery"
37+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Copyright 2014 jQuery Foundation and other contributors
2+
http://jquery.com/
3+
4+
Permission is hereby granted, free of charge, to any person obtaining
5+
a copy of this software and associated documentation files (the
6+
"Software"), to deal in the Software without restriction, including
7+
without limitation the rights to use, copy, modify, merge, publish,
8+
distribute, sublicense, and/or sell copies of the Software, and to
9+
permit persons to whom the Software is furnished to do so, subject to
10+
the following conditions:
11+
12+
The above copyright notice and this permission notice shall be
13+
included in all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

bower_components/jquery/bower.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "jquery",
3+
"version": "2.1.0",
4+
"main": "dist/jquery.js",
5+
"license": "MIT",
6+
"ignore": [
7+
"**/.*",
8+
"build",
9+
"speed",
10+
"test",
11+
"*.md",
12+
"AUTHORS.txt",
13+
"Gruntfile.js",
14+
"package.json"
15+
],
16+
"devDependencies": {
17+
"sizzle": "1.10.16",
18+
"requirejs": "~2.1.8",
19+
"qunit": "~1.12.0",
20+
"sinon": "~1.7.3"
21+
},
22+
"keywords": [
23+
"jquery",
24+
"javascript",
25+
"library"
26+
]
27+
}

0 commit comments

Comments
 (0)