forked from ColemanGariety/gulp-nodemon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.01 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
{
"name": "gulp-nodemon",
"version": "1.0.5",
"description": "A nodemon wrapper for Gulp that keeps your \"watch, edit, restart\" routine contained to one process.",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/JacksonGariety/gulp-nodemon.git"
},
"keywords": [
"gulp",
"nodemon",
"develop",
"server",
"restart",
"automatically",
"watch",
"gulpfriendly"
],
"author": "Jackson Gariety",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/JacksonGariety/gulp-nodemon/issues"
},
"homepage": "https://github.com/JacksonGariety/gulp-nodemon",
"dependencies": {
"nodemon": "^1.3.1",
"event-stream": "^3.2.1",
"colors": "^1.0.3"
},
"devDependencies": {
"gulp": "^3.8.10",
"should": "^4.0.0",
"gulp-jshint": "^1.6.1",
"gulp-mocha": "^0.2.0",
"is-running": "^1.0.3",
"coffee-script": "^1.7.1"
},
"directories": {
"test": "test"
}
}