-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.04 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "@randy.tarampi/pseudoimage",
"publishConfig": {
"access": "public"
},
"author": {
"name": "Randy Tarampi",
"email": "rt@randytarampi.ca",
"url": "https://www.randytarampi.ca"
},
"version": "3.1.3",
"description": "ʕつ◕ᴥ◕ʔつ 📷 → Your application's pseudolocales' image folders",
"main": "lib/pseudoimage.js",
"directories": {
"lib": "./src/lib",
"bin": "./bin",
"test": "./test"
},
"files": [
"bin",
"lib",
"npm-shrinkwrap.json"
],
"sideEffects": false,
"scripts": {
"pretest": "gulp -LLLL --color lint",
"test": "NODE_ENV=test gulp -LLLL --color test",
"cover": "rm -rf coverage/ .nyc_output/; NODE_ENV=test nyc gulp -LLLL --color test",
"coveralls": "cat coverage/lcov.info | coveralls",
"prepublishOnly": "npm shrinkwrap",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"bugs": {
"url": "https://github.com/randytarampi/pseudoimage/issues",
"email": "bugs@randytarampi.ca"
},
"repository": {
"type": "git",
"url": "https://github.com/randytarampi/pseudoimage.git"
},
"license": "MIT",
"keywords": [
"bear",
"woof",
"纬",
"横糸",
"씨",
"subtegmine",
"гав",
"υφάδι",
"نسيج",
"پود",
"বুনন",
"ʕ•ᴥ•ʔ",
"pseudoimage",
"pseudolocalization",
"localization",
"internationalization",
"p16n",
"l10n",
"i18n"
],
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"eslint-plugin-import": "^2.20.2",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-mocha": "^7.0.2",
"mocha": "^7.1.2",
"nyc": "^15.0.1",
"semantic-release": "^17.0.7",
"sinon": "^9.0.2"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"@randy.tarampi/lwip": "^1.1.0",
"commander": "^5.1.0",
"mkdirp": "^1.0.4",
"snyk": "^1.316.1"
},
"snyk": true
}