Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottregan committed Oct 1, 2020
1 parent 858a0eb commit efba5f6
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "sass-utility-module",
"version": "1.0.0",
"description": "A collection of Sass mixins and functions for any project.",
"main": "src/index.scss",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elliottregan/sass-utility-module.git"
},
"keywords": [
"sass",
"module",
"utility"
],
"author": "Elliott Regan",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/elliottregan/sass-utility-module/issues"
},
"homepage": "https://github.com/elliottregan/sass-utility-module#readme"
}

0 comments on commit efba5f6

Please # to comment.