-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1.23 KB
/
package.json
File metadata and controls
29 lines (29 loc) · 1.23 KB
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
{
"name": "collection.js-a-Javascript-alternative-of-Java-collections-framework",
"version": "1.0.0",
"description": "As JavaScript is growing in the server side domain quite faster, to store access and manipulate data we feel the need of a strong framework in JavaScript like Collections in Java. Providing all sort of data structures, utility classes, various sorting & searching functions under a single shed will help users to develop product faster and easier.",
"main": "index.js",
"devDependencies": {
"eslint": "^5.16.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "./node_modules/.bin/eslint develop"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dip686/Collection.js-A-JavaScript-alternative-of-Java-Collection-framework.git"
},
"author": "Dip Bhattacharjee",
"contributors": [
{
"name": "Sourav Debnath",
"email": "sourav2012d@gmail.com "
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Dip686/Collection.js-A-JavaScript-alternative-of-Java-Collection-framework/issues"
},
"homepage": "https://github.com/Dip686/Collection.js-A-JavaScript-alternative-of-Java-Collection-framework#readme"
}