CoolFace
Apppublic

HarshvardhanCn01/Voice-Assistant

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
package.json25 linesDownload Raw Back to path
1{
2  "author": {
3    "name": "Joyent",
4    "url": "http://www.joyent.com"
5  },
6  "name": "path",
7  "description": "Node.JS path module",
8  "keywords": [
9    "ender",
10    "path"
11  ],
12  "license": "MIT",
13  "version": "0.12.7",
14  "homepage": "http://nodejs.org/docs/latest/api/path.html",
15  "repository": {
16    "type": "git",
17    "url": "git://github.com/jinder/path.git"
18  },
19  "main": "./path.js",
20  "dependencies": {
21    "process": "^0.11.1",
22    "util": "^0.10.3"
23  }
24}
25