-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 1002 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
24
25
26
27
28
29
30
31
32
33
{
"name": "mota-active-transparency-specification",
"version": "0.5.6",
"description": "a specification of the obligations and good practices for the publication and disclosure of information on active transparency in Colombia.",
"main": "index.html",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.26.12"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dejusticia/mota-active-transparency-specification.git"
},
"keywords": [
"transparency",
"government",
"colombia",
"transparencia",
"gubierno",
"gobierno",
"gobierno-digital",
"digital-government"
],
"author": "Maria Paula Ángel Arango, Celso Bessa",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dejusticia/mota-active-transparency-specification/issues"
},
"homepage": "https://github.com/Dejusticia/mota-active-transparency-specification#readme"
}