UNPKG

1.8 kBJSONView Raw
1{
2 "name": "gulp.spritesmith",
3 "description": "Convert a set of images into a spritesheet and CSS variables via gulp",
4 "version": "6.0.0",
5 "homepage": "https://github.com/twolfson/gulp.spritesmith",
6 "author": {
7 "name": "Todd Wolfson",
8 "email": "todd@twolfson.com",
9 "url": "http://twolfson.com/"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git://github.com/twolfson/gulp.spritesmith.git"
14 },
15 "bugs": {
16 "url": "https://github.com/twolfson/gulp.spritesmith/issues"
17 },
18 "license": "Unlicense",
19 "main": "lib/gulp-spritesmith",
20 "engines": {
21 "node": ">= 0.10.0"
22 },
23 "scripts": {
24 "precheck": "twolfson-style precheck docs/ lib/ test/",
25 "lint": "twolfson-style lint docs/ lib/ test/",
26 "pretest": "twolfson-style install",
27 "test": "npm run precheck && cd test && mocha . --timeout 60000 && cd .. && npm run lint"
28 },
29 "dependencies": {
30 "async": "~0.9.0",
31 "gulp-util": "~2.2.14",
32 "minimatch": "~2.0.4",
33 "spritesheet-templates": "~10.0.0",
34 "spritesmith": "~3.0.0",
35 "through2": "~0.6.1",
36 "underscore": "~1.6.0",
37 "url2": "~1.0.4"
38 },
39 "devDependencies": {
40 "foundry": "~4.3.2",
41 "foundry-release-git": "~2.0.2",
42 "foundry-release-npm": "~2.0.2",
43 "gulp": "~3.5.2",
44 "gulp-csso": "~0.2.9",
45 "gulp-imagemin": "~1.0.1",
46 "js-yaml": "~3.2.3",
47 "jscs": "~1.8.1",
48 "jshint": "~2.5.10",
49 "merge-stream": "~0.1.7",
50 "mocha": "~1.11.0",
51 "phantomjssmith": "~1.0.0",
52 "pngparse": "~2.0.1",
53 "rimraf": "~2.2.6",
54 "twolfson-style": "~1.6.0",
55 "vinyl-buffer": "~1.0.0"
56 },
57 "keywords": [
58 "gulpplugin",
59 "spritesmith",
60 "sprite",
61 "spritesheet"
62 ],
63 "foundry": {
64 "releaseCommands": [
65 "foundry-release-git",
66 "foundry-release-npm"
67 ]
68 }
69}
\No newline at end of file