forked from dhategan/brackets-grunt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 748 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
{
"name": "brackets-grunt",
"title": "Grunt for Brackets",
"version": "0.2.5",
"description": "Lists and runs Grunt tasks inside Brackets",
"homepage": "https://github.com/dhategan/brackets-grunt",
"author": "Dragos Hategan (https://github.com/dhategan)",
"contributors": [
"Dis Shishkov (https://github.com/disshishkov)",
"Matt Stow (https://github.com/stowball)"
],
"license": "MIT",
"categories": "general",
"keywords": [
"grunt",
"task"
],
"engines": {
"brackets": ">=0.32.0"
},
"repository":
{
"type": "git",
"url": "https://github.com/dhategan/brackets-grunt"
},
"bugs":
{
"url": "https://github.com/dhategan/brackets-grunt/issues"
}
}