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.

27 lines
573 B
JSON

{
"name": "bits4sat",
"version": "1.0.0",
"main": "index.js",
"repository": "git@git.sp4ke.com:sp4ke/bits4sat.git",
"author": "spike",
"license": "MIT",
"private": true,
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"eslint": "^5.15.1",
"eslint-plugin-vue": "^5.2.2",
"parcel-bundler": "^1.12.1",
"parcel-plugin-eslint": "^1.0.7"
},
"dependencies": {
"vue": "^2.6.8"
},
"alias": {
"vue": "./node_modules/vue/dist/vue.common.js"
},
"scripts": {
"start": "parcel index.html"
}
}