-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
37 lines (37 loc) · 839 Bytes
/
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
{
"name": "vue-konami-code",
"version": "1.0.0",
"description": "Use the Konami code in VueJS",
"main": "src/vue-konami-code.js",
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/azzra/vue-konami-code.git"
},
"keywords": [
"vuejs",
"plugin",
"konamicode"
],
"author": "Azzra",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/azzra/vue-konami-code/issues"
},
"homepage": "/~https://github.com/azzra/vue-konami-code#readme",
"dependencies": {
"vue": "^2.2.2"
},
"devDependencies": {
"karma": "^1.5.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^2.0.2",
"mocha": "^3.2.0",
"phantomjs": "^2.1.7",
"sinon": "^2.0.0-pre.6",
"webpack": "^2.2.1"
}
}