-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 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
{
"name": "vue-ptero",
"description": "The Vue binding for ptero",
"version": "0.1.3",
"main": "index.js",
"scripts": {
"test": "karma start --single-run",
"example": "shjs example/build.js"
},
"dependencies": {
"ptero": "^0.2.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-spies": "^1.0.0",
"karma": "^4.0.0",
"karma-chai": "^0.1.0",
"karma-chai-spies": "^0.1.4",
"karma-chrome-launcher": "^3.0.0",
"karma-mocha": "^2.0.0",
"karma-mocha-reporter": "^2.2.2",
"karma-webpack": "^4.0.2",
"mocha": "^6.0.0",
"shelljs": "^0.8.2",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"yarn-install": "^1.0.0"
},
"author": {
"name": "Pine Mizune",
"email": "[email protected]",
"url": "https://github.com/pine"
},
"repository": {
"type": "git",
"url": "https://github.com/emoji-gen/vue-ptero"
},
"bugs": {
"url": "https://github.com/emoji-gen/vue-ptero/issues"
},
"homepage": "https://github.com/emoji-gen/vue-ptero",
"license": "MIT"
}