-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 684 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 684 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
{
"name": "machine-learning",
"version": "1.0.0",
"description": "This Repository contains the Machine learning related files with fundamental theory is included in the package.",
"main": "index.js",
"scripts": {
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arunp77/Machine-Learning.git"
},
"keywords": [
"Machine-learning"
],
"author": "Arun Kumar Pandey",
"license": "MIT",
"bugs": {
"url": "https://github.com/arunp77/Machine-Learning/issues"
},
"homepage": "https://github.com/arunp77/Machine-Learning#readme",
"publishConfig": {
"@arunp77:registry": "https://npm.pkg.github.com/"
}
}