-
Notifications
You must be signed in to change notification settings - Fork 707
/
package.json
23 lines (23 loc) · 812 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
{
"name": "hacktoberfest-data-structure-and-algorithms",
"version": "1.0.0",
"description": "A Repository Containing Algorithms and Data Structures in all languages",
"main": "README.md",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bareinhard/Hacktoberfest-Data-Structure-and-Algorithms.git"
},
"author": "Brett Reinhard <[email protected]> (http://brettreinhard.com)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/bareinhard/Hacktoberfest-Data-Structure-and-Algorithms/issues"
},
"homepage": "https://github.com/bareinhard/Hacktoberfest-Data-Structure-and-Algorithms#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.0"
}
}