-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.2 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
{
"name": "generator-dfe-platform-tool",
"version": "0.9.1",
"description": "Tooling for managing common tasks on the dfe digital platform.",
"license" : "MIT",
"repository" :
{ "type" : "git"
, "url" : "https://github.com/DFEAGILEDEVOPS/dfe-platform-tool"
},
"main": "generators/index.js",
"keywords": [
"yeoman-generator"
],
"files": [
"generators",
"bin"
],
"scripts": {
"test": "mocha"
},
"bin": {
"ocd": "bin/ocd.js"
},
"author": "Simon Massey massey1905@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/DFEAGILEDEVOPS/dfe-platform-tool.git"
},
"homepage": "https://github.com/DFEAGILEDEVOPS/dfe-platform-tool/wiki",
"devDependencies": {
"import-fresh": "^2.0.0",
"mocha": "^4.1.0",
"mock-require": "^2.0.2",
"unit.js": "^2.0.0"
},
"dependencies": {
"chalk": "^2.3.0",
"gulp-beautify": "^2.0.1",
"gulp-filter": "^5.1.0",
"gulp-json-transform": "^0.4.5",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"nconf": "^0.10.0",
"nconf-yaml": "^1.0.2",
"path": "^0.12.7",
"yeoman-generator": "^1.0.0",
"yosay": "^2.0.1"
}
}