Initial commit
parent
166fb9f08e
commit
832d9fffa6
@ -0,0 +1 @@
|
||||
node_modules
|
@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
Loading…
Reference in New Issue