-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 1.51 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
{
"name": "wrap-chars",
"version": "2.2.5",
"description": "Individually wrap inline characters/words in a chosen element, with an optional class.",
"author": {
"name": "Adam Shailer",
"email": "[email protected]",
"url": "http://adasha.com"
},
"license": "LGPL-3.0",
"browser": "./dist/WrapChars.min.js",
"unpkg": "./dist/WrapChars.min.js",
"directories": {
"test": "tests"
},
"keywords": [
"text",
"characters",
"character",
"char",
"symbol",
"words",
"word",
"letters",
"letter",
"inline",
"in-line",
"strings",
"string",
"elements",
"element",
"tag",
"tags",
"html",
"markup",
"mark-up",
"front-end",
"split",
"divide",
"separate",
"wrap",
"isolate",
"space",
"spacing",
"spacer",
"delimit",
"delimiter",
"class"
],
"homepage": "http://lab.adasha.com/components/wrap-chars",
"repository": {
"type": "git",
"url": "https://github.com/Adasha/wrap-chars"
},
"bugs": {
"url": "https://github.com/Adasha/wrap-chars/issues",
"email": "[email protected]"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.18.0",
"@babel/preset-env": "^7.18.0",
"eslint": "^7.32.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-gzip": "^1.4.2",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2"
},
"scripts": {
"build": "gulp build:js",
"test": "echo \"Error: no test specified\" && exit 1"
}
}