-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.36 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
{
"name": "cubx-grunt-generate-webpackage-readme-file",
"version": "1.1.2",
"description": "Grunt task to generate a Cubbles webpackage README file",
"scripts": {
"prepublishOnly": "npm run lint",
"lint": "eslint tasks test/unit *.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cubbles/cubx-grunt-generate-webpackage-readme-file.git"
},
"keywords": [
"cubbles",
"grunt",
"task",
"readme",
"generate",
"webpackage"
],
"author": "Edwin Gamboa <edwingamboa355@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cubbles/cubx-grunt-generate-webpackage-readme-file/issues"
},
"homepage": "https://github.com/cubbles/cubx-grunt-generate-webpackage-readme-file#readme",
"dependencies": {
"cubx-generate-webpackage-readme-file": "^1.2.1",
"inquirer": "^7.3.3"
},
"devDependencies": {
"chai": "^4.3.0",
"eslint": "^7.20.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^5.0.0",
"fs-extra": "^9.1.0",
"grunt": "^1.3.0",
"grunt-shell": "^3.0.1",
"load-grunt-tasks": "^5.1.0",
"mocha": "^8.3.0",
"mock-stdin": "^1.0.0",
"proxyquire": "^2.1.3",
"sinon": "^9.2.4",
"sinon-chai": "^3.5.0",
"standard": "^16.0.3",
"time-grunt": "^2.0.0"
}
}