UNPKG

555 BJSONView Raw
1{
2 "name": "vue-devtools",
3 "version": "2.0.3",
4 "description": "devtools for Vue.js!",
5 "repository": {
6 "type": "git",
7 "url": "git+https://github.com/zce/vue-devtools.git"
8 },
9 "keywords": [
10 "vue",
11 "devtools"
12 ],
13 "author": "iceStone <ice@micua.com> (http://blog.wedn.net/)",
14 "license": "MIT",
15 "bugs": {
16 "url": "https://github.com/zce/vue-devtools/issues"
17 },
18 "homepage": "https://github.com/zce/vue-devtools#readme",
19 "main": "index.js",
20 "scripts": {
21 "test": "echo \"Error: no test specified\" && exit 1"
22 }
23}