-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "spyfu-vue-transitions",
"version": "0.1.1",
"description": "",
"main": "dist/spyfu-vue-transitions.js",
"module": "dist/spyfu-vue-transitions.esm.js",
"jsnext:main": "dist/spyfu-vue-transitions.esm.js",
"scripts": {
"build": "cross-env NODE_ENV=production rollup -c",
"dev": "cross-env NODE_ENV=development rollup -c -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spyfu/spyfu-vue-transitions.git"
},
"keywords": [
"vue",
"transition",
"components"
],
"author": "SpyFu",
"license": "MIT",
"bugs": {
"url": "https://github.com/spyfu/spyfu-vue-transitions/issues"
},
"homepage": "https://github.com/spyfu/spyfu-vue-transitions#readme",
"devDependencies": {
"cross-env": "^5.1.5",
"npm-run-all": "^4.1.3",
"rollup": "^0.58.2",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-eslint": "^4.0.0",
"rollup-plugin-uglify": "^3.0.0"
},
"peerDependencies": {},
"dependencies": {
"bezier-easing": "^2.0.3"
}
}