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

22 lines
462 B
JSON

{
"name": "revue",
"version": "1.0.0",
"description": "Reviewing Vue concepts",
"main": "app.js",
"dependencies": {
"vue": "^2.5.16"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"webpack": "^4.2.0",
"webpack-cli": "^2.0.13"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "drew@androiddrew.com",
"license": "MIT"
}