forked from twolfson/spritesheet-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.07 KB
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
52
53
54
{
"name": "json2css",
"description": "Convert JSON into pre-processor ready CSS",
"version": "4.1.0",
"homepage": "https://github.com/twolfson/json2css",
"author": {
"name": "Todd Wolfson",
"email": "todd@twolfson.com",
"url": "http://twolfson.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/twolfson/json2css.git"
},
"bugs": {
"url": "https://github.com/twolfson/json2css/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/twolfson/json2css/blob/master/LICENSE-MIT"
}
],
"main": "lib/json2css",
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "doubleshot"
},
"dependencies": {
"mustache": "~0.7.0",
"underscore": "~1.4.2",
"json-content-demux": "~0.1.2"
},
"devDependencies": {
"grunt": "~0.3.12",
"stylus": "~0.32.0",
"doubleshot": "~1.0.2",
"less": "~1.3.3",
"temporary": "0.0.5"
},
"keywords": [
"json",
"css",
"sass",
"scss",
"stylus",
"less",
"sprite",
"spritesheet",
"layout"
]
}