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.
23 lines
505 B
JSON
23 lines
505 B
JSON
{
|
|
"name": "vue-tachyon",
|
|
"version": "0.1.0",
|
|
"description": "A vuejs project leveraging the tachyon css framework",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"tachyons": "^4.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"tachyons": "^4.8.0",
|
|
"vue": "^2.4.4"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.androiddrew.com/androiddrew/vue-tachyon.git"
|
|
},
|
|
"author": "androiddrew",
|
|
"license": "MIT"
|
|
}
|