-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 899 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
34
35
36
{
"name": "hof-generator",
"version": "0.7.8",
"description": "CLI to quickly generate the file and folder structure for a basic hof app",
"main": "index.js",
"bin": {
"hof": "bin/hof"
},
"scripts": {
"test": "eslint . && eslint bin/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UKHomeOfficeForms/hof-generator.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/UKHomeOfficeForms/hof-generator/issues"
},
"homepage": "https://github.com/UKHomeOfficeForms/hof-generator#readme",
"dependencies": {
"bluebird": "^3.4.7",
"commander": "^2.9.0",
"glob": "^7.1.1",
"lodash.some": "^4.6.0",
"mkdirp": "^0.5.1",
"mu2": "^0.5.21",
"ora": "^1.2.0",
"update-notifier": "^2.1.0"
},
"devDependencies": {
"eslint": "^3.14.0",
"eslint-config-homeoffice": "^2.1.2"
}
}