-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 759 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 759 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
{
"name": "pathfinding-visualization",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "babel src -d dest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soumyaa1804/PathFinding-Visualization.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/soumyaa1804/PathFinding-Visualization/issues"
},
"homepage": "https://github.com/soumyaa1804/PathFinding-Visualization#readme",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1"
},
"devDependencies": {
"@babel/cli": "^7.10.4",
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4"
}
}