-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.1 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
{
"name": "img-spritesmith",
"version": "1.1.1",
"description": "Convert a set of images into a spritesheet and CSS variables",
"dependencies": {
"fs-extra": "^3.0.1",
"spritesheet-templates": "^10.2.1",
"spritesmith": "^3.1.1"
},
"devDependencies": {
"cz-conventional-changelog": "^2.0.0",
"glob": "^7.1.1",
"husky": "^0.13.3",
"jscs": "^3.0.7",
"validate-commit-msg": "^2.11.2"
},
"scripts": {
"examples": "node examples/example.js",
"commitmsg": "validate-commit-msg",
"jscs": "jscs index.js"
},
"keywords": [
"img-spritesmith",
"css-spritesmith",
"spritesmith",
"sprite",
"spritesheet"
],
"author": "Roc",
"license": "ISC",
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rochappy/img-spritesmith.git"
},
"bugs": {
"url": "https://github.com/rochappy/img-spritesmith/issues"
},
"homepage": "https://github.com/rochappy/img-spritesmith#readme",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}