github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/public/libs/vue-1.0.24/package.json (about) 1 { 2 "name": "vue", 3 "version": "1.0.24", 4 "author": "Evan You <yyx990803@gmail.com>", 5 "license": "MIT", 6 "description": "Simple, Fast & Composable MVVM for building interactive interfaces", 7 "keywords": [ 8 "mvvm", 9 "browser", 10 "framework" 11 ], 12 "main": "dist/vue.common.js", 13 "files": [ 14 "dist/vue.js", 15 "dist/vue.min.js", 16 "dist/vue.common.js", 17 "src" 18 ], 19 "repository": { 20 "type": "git", 21 "url": "https://github.com/vuejs/vue.git" 22 }, 23 "bugs": "https://github.com/vuejs/vue/issues", 24 "homepage": "http://vuejs.org", 25 "scripts": { 26 "test": "npm run lint && npm run cover && npm run build && npm run e2e", 27 "build": "node build/build.js", 28 "install-hook": "ln -s ../../build/git-hooks/pre-commit .git/hooks/pre-commit", 29 "dev": "webpack --watch --config build/webpack.dev.config.js & npm run serve-test", 30 "serve-test": "webpack-dev-server --config build/webpack.test.config.js --host 0.0.0.0", 31 "build-test": "webpack --config build/webpack.test.config.js", 32 "lint": "eslint src/** test/e2e/** test/unit/specs/** build/**.js", 33 "e2e": "casperjs test --concise ./test/e2e", 34 "unit": "karma start build/karma.unit.config.js", 35 "cover": "karma start build/karma.cover.config.js", 36 "sauce": "karma start build/karma.sauce.config.js", 37 "sauce-all": "npm run sauce && npm run sauce -- 1 && npm run sauce -- 2", 38 "release": "bash build/release.sh", 39 "release-csp": "bash build/release-csp.sh" 40 }, 41 "dependencies": { 42 "envify": "^3.4.0" 43 }, 44 "browserify": { 45 "transform": [ 46 "envify" 47 ] 48 }, 49 "devDependencies": { 50 "babel-core": "^5.8.0", 51 "babel-loader": "^5.4.0", 52 "babel-runtime": "^5.8.0", 53 "casperjs": "^1.1.0-beta5", 54 "codecov.io": "^0.1.2", 55 "eslint": "^2.9.0", 56 "eslint-config-vue": "^1.0.0", 57 "istanbul-instrumenter-loader": "^0.1.3", 58 "jasmine-core": "^2.4.1", 59 "karma": "^0.13.8", 60 "karma-chrome-launcher": "^0.2.0", 61 "karma-coverage": "^0.5.0", 62 "karma-firefox-launcher": "^0.1.6", 63 "karma-ie-launcher": "^0.2.0", 64 "karma-jasmine": "^0.3.6", 65 "karma-phantomjs-launcher": "^0.2.1", 66 "karma-safari-launcher": "^0.1.1", 67 "karma-sauce-launcher": "^0.3.0", 68 "karma-sourcemap-loader": "^0.3.7", 69 "karma-webpack": "^1.7.0", 70 "object-assign": "^4.0.1", 71 "phantomjs": "^1.9.17", 72 "rollup": "^0.25.1", 73 "rollup-plugin-babel": "^1.0.0", 74 "rollup-plugin-replace": "^1.1.0", 75 "uglify-js": "^2.4.24", 76 "webpack": "^1.12.2", 77 "webpack-dev-server": "^1.12.1" 78 } 79 }