-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
46 lines (46 loc) · 1.08 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
{
"name": "broccoli-sprite",
"version": "0.3.0",
"description": "Broccoli plugin for CSS image sprite generation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"broccoli-plugin",
"broccoli",
"ember-cli",
"image-sprite",
"image",
"sprite",
"spritesheet",
"css",
"sass",
"scss",
"less",
"stylus"
],
"author": "Brendan Graetz <redacted@my.email> (http://bguiz.com)",
"license": {
"type": "GPL v3",
"url": "http://opensource.org/licenses/GPL-3.0"
},
"repository": {
"type": "git",
"url": "http://github.com/bguiz/broccoli-sprite"
},
"bugs": {
"url": "https://github.com/bguiz/broccoli-sprite/issues"
},
"homepage": "https://github.com/bguiz/broccoli-sprite",
"dependencies": {
"broccoli-caching-writer": "^0.4.2",
"broccoli-merge-trees": "^0.1.4",
"broccoli-static-compiler": "^0.1.4",
"lodash-node": "^2.4.1",
"mkdirp": "~0.5.0",
"node-sprite-generator": "~0.10.1",
"optipng": "^0.3.1",
"rsvp": "^3.0.9"
}
}