forked from elastic/spritezero
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "@elastic/spritezero",
"version": "6.2.1",
"main": "index.js",
"description": "small opinionated sprites",
"author": "Tom MacWright",
"license": "ISC",
"repository": "elastic/spritezero",
"bugs": "https://github.com/mapbox/spritezero/issues",
"keywords": [
"sprite",
"images",
"icons",
"json"
],
"dependencies": {
"@elastic/fontnik": "0.1.0",
"@mapbox/shelf-pack": "~3.0.0",
"jsdom": "^15.1.1",
"json-stable-stringify": "^1.0.1",
"mapnik": "^4.4.0",
"pngjs": "^3.4.0",
"queue-async": "^1.2.1",
"svgpath": "^2.2.2",
"xtend": "^4.0.1"
},
"devDependencies": {
"documentation": "4.0.0-beta10",
"eslint": "^3.9.0",
"glob": "^7.1.0",
"greenkeeper-postpublish": "^1.0.1",
"tap": "^10.1.0"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"docs": "documentation build index.js --lint --github --format html --output docs/",
"lint": "eslint index.js test/",
"regenerate-fixtures": "node test/regenerate.js",
"test": "npm run lint && tap --cov test/test.js",
"postpublish": "greenkeeper-postpublish"
}
}