-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 806 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 806 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
29
30
31
32
33
34
{
"name": "project-discovery",
"version": "1.0.0",
"description": "An on boarding tool for developers to quickly familiarize yourself with new projects.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NonCreature0714/project-discovery.git"
},
"keywords": [
"discovery",
"tool",
"project",
"project",
"management"
],
"author": "William W Brubaker",
"license": "ISC",
"bugs": {
"url": "https://github.com/NonCreature0714/project-discovery/issues"
},
"homepage": "https://github.com/NonCreature0714/project-discovery#readme",
"dependencies": {
"bootstrap": "^3.3.7",
"lodash": "^4.17.4"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.0.1"
}
}