-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1009 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1009 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
35
36
37
38
39
40
{
"name": "bugbucket",
"description": "Manage your project and if you want connect to github o bitbucket.",
"version": "2.0.0",
"_id": "bugbucket@2.0",
"homepage": "http://bugbucket.org",
"keywords": ["manage", "project", "source", "code", "bitbucket", "github", "issue", "mileston", "version"],
"author": {
"name": "Julian Ceballos",
"email": "julian@lastroom.mx",
"url": "https://github.com/julianceballos"
},
"contributors": [{
"name": "Josue Camara",
"email": "picharras@gmail.com",
"url": "https://github.com/picharras"
}],
"dependencies": {
"express": "",
"mongoose": "",
"underscore": "",
"crypto": "",
"cors": ""
},
"repository": {
"type": "git",
"url": "https://github.com/julianceballos/bb2"
},
"bugs": {
"url": "http://github.com/julianceballos/bb2/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/julianceballos/bb2/blob/master/LICENSE-MIT"
}
],
"scripts": {
}
}