-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
37 lines (37 loc) · 848 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
37
{
"name": "grunt-menu",
"version": "1.0.2",
"description": "Useful menu interface for listing/executing your configured tasks",
"homepage": "https://github.com/ruyadorno/grunt-menu",
"repository": "https://github.com/ruyadorno/grunt-menu",
"author": {
"name": "Ruy Adorno",
"url": "http://ruyadorno.com"
},
"keywords": [
"gruntplugin",
"menu",
"interface",
"grunt"
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.10"
},
"license": "MIT",
"dependencies": {
"inquirer": "^0.8.0",
"simple-output": "~0.2.2"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-nodeunit": "~0.3.0",
"grunt-sg-release": "~0.2.2",
"grunt": "~0.4.2",
"jshint-stylish": "~0.1.5",
"load-grunt-tasks": "~0.3.0"
},
"scripts": {
"test": "grunt"
}
}