Initial commit

This commit is contained in:
EliverLara
2018-08-10 21:21:51 -05:00
commit b669089099
461 changed files with 123998 additions and 0 deletions

27
package.json Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "Aqua",
"version": "1.0.0",
"description": "A flat and light theme with a modern look",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EliverLara/Aqua.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/EliverLara/Aqua/issues"
},
"homepage": "https://github.com/EliverLara/Aqua#readme",
"dependencies": {
"gulp-exec": "^2.1.3",
"gulp-sass": "^4.0.1"
},
"devDependencies": {
"gulp": "^4.0.0"
}
}