vue/package.json
2016-04-12 18:30:40 -04:00

44 lines
1.1 KiB
JSON

{
"name": "vue-lite",
"version": "2.0.0",
"description": "Lighter-weight Vue on virtual dom",
"main": "index.js",
"scripts": {
"dev": "webpack --watch",
"test": "mocha",
"build": "NODE_ENV=production node build/build.js",
"lint": "eslint src"
},
"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": "^1.1.1",
"babel-preset-stage-2": "^6.0.0",
"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",
"rollup": "^0.25.8",
"rollup-plugin-alias": "^1.0.2",
"rollup-plugin-babel": "^2.4.0",
"rollup-plugin-replace": "^1.1.0",
"uglify-js": "^2.6.2",
"webpack": "^1.12.14"
}
}