-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathpackage.json
46 lines (46 loc) · 978 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
38
39
40
41
42
43
44
45
46
{
"name": "gulp-nodemon",
"version": "2.5.0",
"description": "it's gulp + nodemon + convenience",
"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",
"gulpplugin"
],
"author": "Jackson Gariety",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/JacksonGariety/gulp-nodemon/issues"
},
"homepage": "https://github.com/JacksonGariety/gulp-nodemon",
"dependencies": {
"colors": "1.4.0",
"gulp": "^4.0.0",
"nodemon": "^2.0.2"
},
"devDependencies": {
"coffee-script": "^1.7.1",
"gulp-jshint": "^2.1.0",
"gulp-mocha": "^6.0.0",
"is-running": "^2.1.0",
"jshint": "^2.11.0",
"should": "^13.2.3"
},
"directories": {
"test": "test"
}
}