UNPKG

gooes

Version:
47 lines (46 loc) 1.19 kB
{ "name": "gooes", "version": "0.0.1", "description": "轮子", "main": "index.js", "scripts": { "dev-test": "parcel watch test/* --no-cache & karma start", "test": "parcel build test/* --no-minify && karma start --single-run" }, "repository": { "type": "git", "url": "git+https://github.com/sutaojie/goo.git" }, "author": "", "license": "MIT", "bugs": { "url": "https://github.com/sutaojie/goo/issues" }, "homepage": "https://github.com/sutaojie/goo#readme", "devDependencies": { "@vue/component-compiler-utils": "^2.2.0", "chai": "^4.1.2", "chai-spies": "^1.0.0", "karma": "^3.0.0", "karma-chai": "^0.1.0", "karma-chai-spies": "^0.1.4", "karma-chrome-launcher": "^2.2.0", "karma-mocha": "^1.3.0", "karma-sinon-chai": "^2.0.2", "mocha": "^5.2.0", "node-sass": "^4.9.3", "parcel-bundler": "^1.9.7", "sinon": "^6.1.5", "sinon-chai": "^3.2.0", "vue-template-compiler": "^2.5.17" }, "dependencies": { "@vue/cli": "^3.0.1", "global": "^4.3.2", "vue": "^2.5.17", "vue-hot-reload-api": "^2.3.0" }, "alias": { "vue": "./node_modules/vue/dist/vue.common.js" } }