-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.34 KB
/
package.json
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
41
42
43
44
45
46
47
48
49
50
{
"authors": [
"Yuriy Luchaninov <[email protected]> (http://mobidev.biz/)"
],
"bugs": {
"url": "https://github.com/Rapid-Application-Development-JS/AnimateTransition/issues"
},
"contributors": [
{
"email": "[email protected]",
"name": "Yuriy Luchaninov"
},
{
"email": "[email protected]",
"name": "Tatyana Sakharova"
}
],
"dependencies": {},
"description": "Library for transition animations between blocks (pages) in the application",
"devDependencies": {
"grunt": "~0.4.*",
"grunt-cli": "~0.1.*",
"grunt-contrib-clean": "^0.5.*",
"grunt-contrib-concat": "^0.4.*",
"grunt-contrib-copy": "~0.5.*",
"grunt-contrib-uglify": "~0.2.*",
"grunt-pure-cjs": "^1.4.*",
"grunt-stripcomments": "^0.3.*"
},
"homepage": "https://github.com/Rapid-Application-Development-JS/AnimateTransition",
"keywords": [
"animation"
],
"license": "MIT",
"main": [
"src/animateTransition.min.js",
"src/animateTransition.source.js"
],
"name": "animate-transition",
"private": false,
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/Rapid-Application-Development-JS/AnimateTransition.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.1"
}