67 lines
1.8 KiB
JSON
67 lines
1.8 KiB
JSON
{
|
|
"name": "vue-tree",
|
|
"version": "1.0.0",
|
|
"description": "A vue component for tree structure.",
|
|
"main": "dist/vue-tree.min.js",
|
|
"scripts": {
|
|
"test": "karma start --single-run",
|
|
"unit": "karma start --watch",
|
|
"coveralls": "npm run test -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
|
|
"build": "webpack"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ParadeTo/vue-tree.git"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"tree"
|
|
],
|
|
"author": "ayou",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/ParadeTo/vue-tree/issues"
|
|
},
|
|
"homepage": "https://github.com/ParadeTo/vue-tree#readme",
|
|
"dependencies": {
|
|
"jquery": "^3.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^6.4.0",
|
|
"babel-core": "^6.0.0",
|
|
"babel-eslint": "^7.0.0",
|
|
"babel-loader": "^6.0.0",
|
|
"babel-plugin-istanbul": "^3.0.0",
|
|
"babel-plugin-transform-runtime": "^6.0.0",
|
|
"babel-preset-es2015": "^6.0.0",
|
|
"babel-preset-stage-2": "^6.0.0",
|
|
"babel-register": "^6.0.0",
|
|
"chai": "^3.5.0",
|
|
"cross-env": "^5.0.1",
|
|
"css-loader": "^0.26.2",
|
|
"file-loader": "^0.10.1",
|
|
"isparta": "^4.0.0",
|
|
"isparta-loader": "^2.0.0",
|
|
"karma": "^1.7.0",
|
|
"karma-coverage": "^1.1.1",
|
|
"karma-coveralls": "^1.1.2",
|
|
"karma-mocha": "^1.3.0",
|
|
"karma-phantomjs-launcher": "^1.0.4",
|
|
"karma-sinon-chai": "^1.3.1",
|
|
"karma-webpack": "^2.0.3",
|
|
"less": "^2.7.2",
|
|
"less-loader": "^2.2.3",
|
|
"mocha": "^3.4.2",
|
|
"phantomjs-prebuilt": "^2.1.14",
|
|
"sinon": "^2.3.5",
|
|
"sinon-chai": "^2.11.0",
|
|
"sourcemap": "^0.1.0",
|
|
"url-loader": "^0.5.7",
|
|
"vue": "^2.3.4",
|
|
"vue-loader": "^11.1.3",
|
|
"vue-style-loader": "^2.0.3",
|
|
"vue-template-compiler": "^2.2.0",
|
|
"webpack": "^1.13.2"
|
|
}
|
|
}
|