forked from mikesmullin/stylus-lemonade
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.15 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
{
"name": "stylus-lemonade",
"description": "Automatically Generate CSS Sprites from Images with Stylus",
"version": "0.1.8",
"author": "Mike Smullin",
"maintainers": [
{
"name": "Mike Smullin",
"email": "[email protected]"
}
],
"homepage": "http://github.com/mikesmullin/stylus-lemonade",
"repository": {
"type": "git",
"url": "http://github.com/mikesmullin/stylus-lemonade.git"
},
"main": "./lib/stylus-lemonade",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/mikesmullin/stylus-lemonade/blob/master/LICENSE"
}
],
"dependencies": {
"node-gd": ">= 0.1.8",
"crypto": "0.0.3",
"node-glob": "git://github.com/isaacs/node-glob.git",
"mini-async": ">= 0.0.1"
},
"devDependencies": {
"stylus": "https://github.com/mikesmullin/stylus/tarball/master",
"mocha": "~1.7.3"
},
"engine": [
"node >=0.3.0"
],
"keywords": [
"stylus",
"sprites",
"css",
"sprite",
"images"
],
"scripts": {
"pretest": "coffee -o lib src/stylus-lemonade.coffee",
"test": "cd test/unit && ./test",
"posttest": "cd test/integration && ./start"
}
}