Skip to content

Commit

Permalink
Update package information
Browse files Browse the repository at this point in the history
  • Loading branch information
marlospomin committed Dec 10, 2017
1 parent 2c18719 commit ef61ff3
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,28 @@
{
"name": "mango-js",
"version": "1.0.0",
"description": "A small medium like javascript library to zoom your images.",
"repository": "marlospomin/mango",
"version": "1.0.0",
"author": "Marlos Pomin",
"files": [
"dist/"
],
"keywords": [
"zoom",
"zooming",
"javascript",
"medium",
"like",
"simple",
"small"
],
"license": "MIT",
"private": true,
"main": "dist/mango.js",
"repository": "marlospomin/mango",
"scripts": {
"gulp": "gulp",
"build": "gulp build",
"reload": "gulp reload"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
Expand Down

0 comments on commit ef61ff3

Please sign in to comment.