-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 1 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
{
"name": "vue-animate-transitions",
"version": "1.1.1",
"description": "port of animate.css into vue transitions",
"main": "dist/vue-animate-transitions.min.css",
"scripts": {
"stylus": "stylus src/transitions.styl -o dist/transitions.css",
"combine": "cat node_modules/animate.css/animate.css dist/transitions.css | cleancss -o dist/vue-animate-transitions.min.css",
"build": "npm run stylus && npm run combine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dperrymorrow/vue-animate-transitions.git"
},
"keywords": [
"vue.js",
"animate.css"
],
"author": "David Morrow",
"license": "MIT",
"bugs": {
"url": "https://github.com/dperrymorrow/vue-animate-transitions/issues"
},
"homepage": "https://github.com/dperrymorrow/vue-animate-transitions#readme",
"dependencies": {
"animate.css": "^3.5.2"
},
"devDependencies": {
"clean-css": "^3.4.20",
"connect": "^3.5.0",
"serve-static": "^1.11.1",
"stylus": "^0.54.5"
}
}