Files
SweetTokyoNight/package.json
2018-08-10 21:21:51 -05:00

28 lines
615 B
JSON

{
"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"
}
}