-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
70 lines (70 loc) · 1.7 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "spritesheet-templates",
"description": "Convert spritesheet data into CSS or CSS pre-processor data",
"version": "10.5.2",
"homepage": "https://github.com/twolfson/spritesheet-templates",
"author": {
"name": "Todd Wolfson",
"email": "todd@twolfson.com",
"url": "http://twolfson.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/twolfson/spritesheet-templates.git"
},
"bugs": {
"url": "https://github.com/twolfson/spritesheet-templates/issues"
},
"license": "MIT",
"main": "lib/spritesheet-templates",
"engines": {
"node": ">= 8.0.0"
},
"scripts": {
"precheck": "twolfson-style precheck lib/ test/",
"lint": "twolfson-style lint lib/ test/",
"pretest": "twolfson-style install",
"test": "npm run precheck && mocha --timeout 10000 && npm run lint"
},
"dependencies": {
"handlebars": "^4.6.0",
"handlebars-layouts": "^3.1.4",
"json-content-demux": "~0.1.2",
"underscore": "~1.13.1",
"underscore.string": "~3.3.0"
},
"devDependencies": {
"css-validator": "~0.5.0",
"eight-track-normalize-multipart": "~0.2.0",
"express": "~3.21.2",
"foundry": "~4.3.2",
"foundry-release-git": "~2.0.2",
"foundry-release-npm": "~2.0.2",
"jscs": "~1.8.1",
"jshint": "~2.5.11",
"less": "~3.9.0",
"mocha": "~1.14.0",
"nine-track": "~3.0.1",
"stylus": "~0.41.3",
"temporary": "0.0.8",
"twolfson-style": "~1.6.0"
},
"keywords": [
"json",
"css",
"sass",
"scss",
"stylus",
"less",
"sprite",
"spritesheet",
"template",
"format"
],
"foundry": {
"releaseCommands": [
"foundry-release-git",
"foundry-release-npm"
]
}
}