-
Notifications
You must be signed in to change notification settings - Fork 117
/
package.json
33 lines (33 loc) · 939 Bytes
/
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
{
"name": "A-to-Z-List-of-Useful-Node.js-Modules",
"version": "1.0.0",
"description": "Collection of most awesome node modules that will extend the capability of your node.js application.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/aravindnc/A-to-Z-List-of-Useful-Node.js-Modules.git"
},
"keywords": [
"nodejs",
"nodejs-modules",
"nodejs-library",
"nodejs-development",
"nodejs-mongodb",
"packages",
"npm-package",
"npm-module",
"useful",
"modules",
"collection"
],
"author": "Aravind NC <[email protected]> (http://imwebgangster.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/aravindnc/A-to-Z-List-of-Useful-Node.js-Modules/issues"
},
"homepage": "https://github.com/aravindnc/A-to-Z-List-of-Useful-Node.js-Modules#readme",
"dependencies": {},
"devDependencies": {},
"engines": {}
}