-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 985 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 985 Bytes
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
{
"name": "rollup-plugin-sprite",
"version": "0.1.2",
"description": "Create a sprite sheet based on spritesmith for Rollup",
"main": "index.js",
"scripts": {
"test": "ava test/**/*.test.js",
"coverage": "nyc npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linjinying/rollup-plugin-sprite.git"
},
"keywords": [
"rollup",
"rollup-plugin",
"rollup-plugin-sprite",
"spritesmith",
"sprite"
],
"author": "narol",
"license": "MIT",
"bugs": {
"url": "https://github.com/linjinying/rollup-plugin-sprite/issues"
},
"homepage": "https://github.com/linjinying/rollup-plugin-sprite#readme",
"dependencies": {
"gaze": "^1.1.2",
"glob": "^7.1.2",
"lodash": "^4.17.4",
"spritesheet-templates": "^10.2.2",
"spritesmith": "^3.3.0",
"write": "^1.0.3"
},
"devDependencies": {
"ava": "^0.24.0",
"coveralls": "^3.0.0",
"nyc": "^11.4.1",
"rollup": "^0.55.0"
}
}