UNPKG

1.53 kBJSONView Raw
1{
2 "name": "spritesmith",
3 "description": "Utility that takes images and creates a spritesheet with JSON sprite data",
4 "version": "3.4.1",
5 "homepage": "https://github.com/twolfson/spritesmith",
6 "author": {
7 "name": "Todd Wolfson",
8 "email": "todd@twolfson.com",
9 "url": "http://twolfson.com/"
10 },
11 "contributors": [
12 "Alex Bain <alex@alexba.in"
13 ],
14 "repository": {
15 "type": "git",
16 "url": "git://github.com/twolfson/spritesmith.git"
17 },
18 "bugs": {
19 "url": "https://github.com/twolfson/spritesmith/issues"
20 },
21 "license": "MIT",
22 "main": "src/smith.js",
23 "engines": {
24 "node": ">= 4.0.0"
25 },
26 "scripts": {
27 "precheck": "eslint src/ src-test/",
28 "lint": "eslint src/ src-test/ --max-warnings 0",
29 "test": "npm run precheck && mocha src-test/ --timeout 60000 --reporter dot && npm run lint"
30 },
31 "dependencies": {
32 "concat-stream": "~1.5.1",
33 "layout": "~2.2.0",
34 "pixelsmith": "^2.3.0",
35 "semver": "~5.0.3",
36 "through2": "~2.0.0"
37 },
38 "devDependencies": {
39 "canvassmith": "~1.7.0",
40 "eslint": "~4.10.0",
41 "eslint-config-twolfson": "~1.0.0",
42 "foundry": "~4.3.2",
43 "foundry-release-git": "~2.0.2",
44 "foundry-release-npm": "~2.0.2",
45 "get-pixels": "~3.1.0",
46 "mocha": "~1.21.4",
47 "phantomjssmith": "~1.0.0",
48 "pixelmatch": "~4.0.2",
49 "vinyl": "~2.1.0"
50 },
51 "keywords": [
52 "sprite",
53 "spritesheet",
54 "css"
55 ],
56 "foundry": {
57 "releaseCommands": [
58 "foundry-release-git",
59 "foundry-release-npm"
60 ]
61 }
62}
\No newline at end of file