forked from zhoutony/html5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.63 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "gulp-nodemon",
"version": "1.0.5",
"description": "A gulp-friendly nodemon wrapper that restarts your app as you develop, and keeps your build system 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": {
"name": "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.0-7",
"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"
},
"_id": "gulp-nodemon@1.0.5",
"dist": {
"shasum": "08d7ead2e557de0592f5ed4b98a4177086065a7b",
"tarball": "http://registry.npmjs.org/gulp-nodemon/-/gulp-nodemon-1.0.5.tgz"
},
"_from": "gulp-nodemon@>=1.0.5 <2.0.0",
"_npmVersion": "1.4.3",
"_npmUser": {
"name": "jacksongariety",
"email": "jackson@gariety.xxx"
},
"maintainers": [
{
"name": "jacksongariety",
"email": "personal@jacksongariety.com"
}
],
"_shasum": "08d7ead2e557de0592f5ed4b98a4177086065a7b",
"_resolved": "https://registry.npmjs.org/gulp-nodemon/-/gulp-nodemon-1.0.5.tgz"
}