forked from costaricajs/organizers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
{
"name": "costaricajs-organizers",
"version": "1.0.0",
"description": "Data of Costa Rica JS Organizers",
"main": "index.js",
"dependencies": {
"gaboesquivel": "^1.0.0",
"laubits": "^1.0.0"
},
"devDependencies": {
"standard": "^6.0.8",
"jsonfile": "^2.2.3",
"precommit-hook": "^3.0.0",
"rimraf": "^2.5.2"
},
"scripts": {
"test": "npm run lint",
"toJSON": "node scripts/saveToJSONFile",
"build": "npm test && npm run toJSON",
"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"
}