{
  "name": "xsprite",
  "version": "0.0.6",
  "description": "A tool that can aotomatically merge images into spirte",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "css": "^2.1.0",
    "node-png": "^0.4.3",
    "q": "^1.1.2"
  },
  "devDependencies": {
    "mocha": "^2.1.0",
    "should": "^4.6.0"
  },
  "scripts": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vinnyguitar/sprite.git"
  },
  "keywords": [
    "sprite"
  ],
  "author": "vinnyguitar",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vinnyguitar/sprite/issues"
  },
  "homepage": "https://github.com/vinnyguitar/sprite"
}
