-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 762 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 762 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
{
"name": "@showrin/anagram_checker",
"version": "2.1.14",
"description": "A simple program to check whether two strings are anagram or not.",
"main": "modules/anagramChecker.js",
"type": "module",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Showrin/anagram_checker.git"
},
"keywords": [
"anagram_checker",
"anagram",
"test",
"Javascript"
],
"author": "Showrin Barua <showrinece15@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Showrin/anagram_checker/issues"
},
"homepage": "https://epic-curran-723523.netlify.app/",
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"jest": "^26.4.1"
}
}