-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 839 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 839 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
41
42
43
{
"name": "dry-roads",
"description": "Keep projects DRY",
"main": "./dry-roads",
"unpkg": "./dry-roads",
"author": "Technology - Teach For India <gauraang.bhartiya@teachforindia.org>",
"contributors": [
"Gauraang <gauraang.bhartiya@teachforindia.org>"
],
"version": "0.6.9",
"repository": {
"type": "git",
"url": "https://github.com/teachforindia-technology/dry-roads.git"
},
"bugs": {
"url": ""
},
"licenses": [
{
"type": "",
"url": ""
}
],
"dependencies": {
"bunyan": "^1.8.12",
"moment-timezone": "^0.5.23",
"request": "^2.88.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"husky": "^0.14.3",
"prettier": "^1.12.1",
"pretty-quick": "^1.6.0"
},
"scripts": {
"precommit": "pretty-quick --staged"
},
"keywords": [],
"homepage": "",
"engines": {
"node": ">=12.14.1"
}
}