Skip to content

Commit

Permalink
Added package.json for publishing to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaime Olivares committed Jul 6, 2016
1 parent 83797f6 commit 85a7fe0
Showing 1 changed file with 30 additions and 27 deletions.
57 changes: 30 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,32 @@
{
"name": "sprite-css",
"version": "1.0.0",
"description": "Generates image sprites and their stylesheets from sets of images with a pure-javascript renderer.",
"main": "lib/nsg.js",
"dependencies": {
"async": "1.2.0",
"bin-pack": "1.0.1",
"glob": "5.0.10",
"jimp": "0.2.21",
"mkdirp": "0.5.1",
"underscore": "1.8.3"
},
"devDependencies": {
},
"scripts": {
},
"keywords": [
"sprite",
"sprites",
"generator",
"css"
],
"repository": {
"type": "git",
"url": "git://github.com/jaime-olivares/sprite-css"
},
"license": "MIT"
"name": "sprite-css",
"version": "1.0.2",
"description": "Generates image sprites and their stylesheets from sets of images with a pure-javascript renderer.",
"main": "lib/nsg.js",
"dependencies": {
"async": "1.2.0",
"bin-pack": "1.0.1",
"glob": "5.0.10",
"jimp": "0.2.21",
"mkdirp": "0.5.1",
"underscore": "1.8.3"
},
"devDependencies": {},
"scripts": {},
"keywords": [
"sprite",
"sprites",
"generator",
"css"
],
"repository": {
"type": "git",
"url": "git://github.com/jaime-olivares/sprite-css.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jaime-olivares/sprite-css/issues"
},
"homepage": "https://github.com/jaime-olivares/sprite-css#readme",
"author": "Jaime Olivares"
}

0 comments on commit 85a7fe0

Please sign in to comment.