Skip to content

Commit

Permalink
add gulp
Browse files Browse the repository at this point in the history
  • Loading branch information
SamHerbert committed Nov 21, 2014
1 parent 27c06c1 commit 3d76720
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
.DS_Store
node_modules/
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "SVG-Loaders",
"version": "1.0.0",
"description": "Loaders/animated graphics/spinners built with pure SVG, no CSS or JS.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/SamHerbert/SVG-Loaders.git"
},
"keywords": [
"svg"
],
"author": "Sam Herbert",
"bugs": {
"url": "https://github.com/SamHerbert/SVG-Loaders/issues"
},
"homepage": "https://github.com/SamHerbert/SVG-Loaders",
"devDependencies": {
"gulp": "^3.8.10"
}
}

0 comments on commit 3d76720

Please sign in to comment.