-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.12 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": "apostrophe-svg-sprites",
"version": "1.0.17",
"description": "SVG sprite elements as Pieces",
"main": "index.js",
"scripts": {
"test": "eslint . && mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apostrophecms/apostrophe-svg-sprites.git"
},
"keywords": [
"ApostropheCMS",
"apostrophe",
"svg sprite",
"svg"
],
"author": "P'unk Ave",
"license": "MIT",
"bugs": {
"url": "https://github.com/apostrophecms/apostrophe-svg-sprites/issues"
},
"homepage": "https://github.com/apostrophecms/apostrophe-svg-sprites#readme",
"devDependencies": {
"apostrophe": "^2.89.1",
"eslint": "^4.19.1",
"eslint-config-apostrophe": "^2.0.2",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.1.0",
"mocha": "^6.1.4"
},
"dependencies": {
"async": "^2.6.2",
"glob": "^7.1.4",
"lodash": "^4.17.11",
"request": "^2.88.0",
"xml2js": "^0.4.19"
},
"engines": {
"node": ">=8.0.0"
}
}