-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "gulp-spritesmash",
"version": "1.1.1",
"homepage": "https://github.com/masterofmalt/gulp-spritesmash",
"description": "Takes your files, updates image names with a hash based on a function and updates all references in other files",
"repository": {
"type": "git",
"url": "git://github.com/masterofmalt/gulp-spritesmash.git"
},
"bugs": {
"url": "https://github.com/masterofmalt/gulp-spritesmash/issues"
},
"main": "src/index.js",
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "cd test && mocha . --timeout 60000 && cd .."
},
"author": "MasterOfMalt",
"license": "MIT",
"devDependencies": {
"eol": "^0.9.0",
"eslint": "^4.2.0",
"eslint-config-prettier": "^2.3.0",
"eslint-plugin-prettier": "^2.1.2",
"gulp": "^3.9.0",
"gulp-buffer": "0.0.2",
"gulp-rev": "^6.0.1",
"gulp.spritesmith": "^6.5.0",
"mocha": "^3.4.2",
"prettier": "^1.5.2",
"prettier-eslint": "^6.4.2",
"rimraf": "^2.4.3"
},
"dependencies": {
"gulp-util": "^3.0.7",
"lodash": "^3.10.1",
"through2": "^2.0.0"
},
"keywords": [
"gulpplugin",
"spritesmith",
"rev",
"revving",
"revision",
"hash",
"version",
"versioning",
"bust"
]
}