You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

51 lines
1.3 KiB

9 years ago
{
9 years ago
"name": "vue",
9 years ago
"version": "2.0.0",
"description": "Reactive, component-oriented view layer for modern web interfaces.",
"main": "dist/vue.common.js",
"files": [
"dist/vue.common.js",
"dist/vue.js",
"dist/vue.min.js",
"src"
],
9 years ago
"scripts": {
"dev": "webpack --config build/webpack.config.js --watch",
9 years ago
"test": "npm run e2e",
9 years ago
"build": "NODE_ENV=production node build/build.js",
9 years ago
"lint": "eslint src",
"e2e": "casperjs test --concise ./test/e2e"
9 years ago
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-lite.git"
},
"keywords": [
"vue"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue-lite/issues"
},
"homepage": "https://github.com/vuejs/vue-lite#readme",
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-es2015-rollup-vue": "^1.0.0",
9 years ago
"casperjs": "^1.1.0",
9 years ago
"eslint": "^2.7.0",
"eslint-config-standard": "^5.1.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
9 years ago
"rollup": "^0.25.8",
"rollup-plugin-alias": "^1.0.2",
9 years ago
"rollup-plugin-babel": "^2.4.0",
"rollup-plugin-replace": "^1.1.0",
"uglify-js": "^2.6.2",
"webpack": "^1.12.14"
}
}