-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 777 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 777 Bytes
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
{
"name": "cleanchar",
"version": "1.0.0",
"description": "Clean special characters",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha ./test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/warlock/cleanchar.git"
},
"keywords": [
"clean",
"string",
"text",
"char",
"special",
"accented",
"accentuation"
],
"author": "Josep Subils <js@js.gl> (http://js.gl)",
"license": "MIT",
"bugs": {
"url": "https://github.com/warlock/cleanchar/issues"
},
"homepage": "https://github.com/warlock/cleanchar#readme",
"dependencies": {
"tck": "^1.2.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"mocha": "^6.1.2",
"mocha-eslint": "^5.0.0"
}
}