forked from leny/grunt-supervisor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1006 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
{
"name": "grunt-supervisor",
"version": "0.1.2",
"description": "Run supervisor as a grunt task for easy configuration and integration with the rest of your workflow.",
"keywords": [ "gruntplugin", "supervisor", "server", "runner", "monitor", "development", "restart", "autoload", "reload" ],
"homepage": "https://github.com/leny/grunt-supervisor",
"author": "leny <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/leny/grunt-supervisor.git"
},
"bugs": {
"url": "https://github.com/leny/grunt-supervisor/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/leny/grunt-supervisor/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-jshint": "~0.6",
"grunt-contrib-coffee": "~0.10",
"grunt-contrib-watch": "~0.5",
"matchdep": "~0.3",
"express": "~3.4"
},
"dependencies": {
"supervisor": "~0.5"
}
}