-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "vue-animejs",
"version": "2.1.2",
"description": "A simple Vue plugin for binding Anime.js",
"main": "index.js",
"scripts": {
"test": "mocha-webpack --webpack-config webpack.config.js --require test/setup.js test/**/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/BenAHammond/vue-anime.git"
},
"keywords": [
"vue",
"anime",
"animejs",
"vuejs",
"animation",
"css"
],
"author": "Ben Hammond",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/BenAHammond/vue-anime/issues"
},
"homepage": "/~https://github.com/BenAHammond/vue-anime#readme",
"dependencies": {
"animejs": "~3"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.28",
"chai": "^4.2.0",
"jsdom": "^13.2.0",
"jsdom-global": "^3.0.2",
"mocha": "^5.2.0",
"mocha-webpack": "^2.0.0-beta.0",
"preload-webpack-plugin": "^3.0.0-beta.3",
"svgdom": "0.0.18",
"vue": "^2.5.22",
"vue-template-compiler": "^2.5.22",
"webpack": "^4.29.0",
"webpack-node-externals": "^1.7.2"
}
}