-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
53 lines (53 loc) · 1.42 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "costaricajs-organizers",
"version": "1.0.0",
"description": "Data of Costa Rica JS Organizers",
"main": "index.js",
"dependencies": {
"avenidanet": "^1.0.0",
"brolag": "^1.0.0",
"cayasso": "^1.0.0",
"gaboesquivel": "^1.0.2",
"jarias": "^1.0.1",
"kevinblanco": "^1.0.0",
"laubits": "^1.0.0",
"laurensortiz": "^1.0.2",
"msolano00": "^1.0.0",
"rubenabix": "^1.0.2",
"stevenperez": "^1.0.2",
"yeco": "^1.0.0"
},
"devDependencies": {
"doctoc": "^1.0.0",
"jsonfile": "^2.2.3",
"precommit-hook": "^3.0.0",
"rimraf": "^2.5.2",
"standard": "^6.0.8"
},
"scripts": {
"test": "npm run lint",
"toJSON": "node scripts/saveToJSONFile",
"build": "npm run build:doc && npm test && npm run toJSON",
"build:doc": "doctoc --github --title \"## Contents\" ./",
"prepublish": "npm run build",
"lint": "standard index.js scripts/*.js",
"postinstall": "rimraf .jshintrc && rimraf .jshintignore",
"validate": "npm ls"
},
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/CostaRicaJS/organizers.git"
},
"keywords": [
"costaricajs"
],
"author": "Gabo Esquivel <[email protected]> (http://gaboesquivel.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/CostaRicaJS/organizers/issues"
},
"homepage": "https://github.com/CostaRicaJS/organizers#readme"
}