forked from OliverJAsh/grunt-develop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.19 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
{
"name": "grunt-develop",
"description": "Run a Node.js application for development, with support for auto-reload.",
"version": "0.3.1",
"homepage": "https://github.com/edwardhotchkiss/grunt-develop",
"author": { "name": "Edward Hotchkiss", "email": "[email protected]" },
"contributors": [
{ "name": "Edward Hotchkiss","email": "[email protected]" },
{ "name": "Oliver Joseph Ash","email": "[email protected]" },
{ "name": "Jean Lauliac","email": "[email protected]" },
{ "name": "Cagdas Bayram","email": "[email protected]" },
{ "name": "Adam Draper","email": "https://github.com/adamwdraper" },
{ "name": "Luan Muniz", "email": "[email protected]" }
],
"repository":{
"type":"git",
"url":"git://github.com/edwardhotchkiss/grunt-develop.git"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
},
"devDependencies": {
"grunt-contrib-jshint": ">= 0.6.4",
"grunt-contrib-nodeunit": ">= 0.2.1",
"grunt-contrib-watch": ">= 0.5.3"
},
"peerDependencies": {
"grunt": ">=0.4.1"
},
"scripts": {
"test": "grunt nodeunit"
},
"keywords": [
"grunt","node","server","development","gruntplugin","express"
]
}