-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
52 lines (52 loc) · 1.11 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
51
52
{
"name": "transitionjs",
"version": "0.0.7",
"description": "A JavaScript library that provides a convenient way to create CSS transitions pragmatically http://transitionjs.org",
"main": "lib/transition.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smnh/TransitionJs.git"
},
"keywords": [
"animate",
"animation",
"animations",
"transition",
"transitions",
"cssanimation",
"cssanimations",
"csstransition",
"csstransitions",
"css",
"js",
"javascript",
"html",
"dom",
"utility",
"framework",
"library",
"pragmatically"
],
"author": "smnh",
"license": "MIT",
"bugs": {
"url": "https://github.com/smnh/TransitionJs/issues"
},
"homepage": "http://transitionjs.org",
"dependencies": {
"bluebird": "^3.4.7"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"webpack": "^1.14.0"
}
}