snowf
Version:
Javascript snowflakes generator -- Let it snow on your page! ❄
35 lines (34 loc) • 731 B
JSON
{
"name": "snowf",
"version": "0.0.3",
"description": "Javascript snowflakes generator -- Let it snow on your page! ❄",
"main": "snowf.min.js",
"scripts": {
"dev": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fuxy526/snowf.git"
},
"keywords": [
"snow",
"snowf",
"snowflakes",
"snowfall",
"Xmas",
"christmas"
],
"author": "Fuxy526",
"license": "MIT",
"bugs": {
"url": "https://github.com/Fuxy526/snowf/issues"
},
"homepage": "https://github.com/Fuxy526/snowf#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.1"
}
}