forked from ymc-thzi/domlastic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.15 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "domlastic",
"version": "1.0.3",
"description": "DomLastic.js is a jquery plugin that adds jointed bouncing effects to your HTML elements. You can connect dom elements so that they behave like elastic physically jointed bodies. Make your list items bouncing like messages on iOS when scrolling or fire a customizable effect on any dom manipulation.",
"main": "dist/domlastic.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"JavaScript",
"Elastic",
"Bounce",
"Animation",
"CSS transitions",
"DOM manipulation",
"HTML5",
"JQuery plugin"
],
"dependencies": {
"jquery": "~2.1.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ymc-thzi/domlastic.git"
},
"author": "Thomas Zinnbauer",
"license": "MIT",
"bugs": {
"url": "https://github.com/ymc-thzi/domlastic/issues"
},
"homepage": "http://www.ymc.ch/sandbox/domlastic/demo/index.html",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-less": "^3.3.0",
"gulp-uglify": "^2.0.1",
"gulp-uglifycss": "^1.0.6"
}
}