forked from mixi-inc/JavaScriptTraining
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.53 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.53 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": "2.0.4",
"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"
],
"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": {
"gulp": "^3.8.11",
"nodemon": "^1.4.1",
"event-stream": "^3.2.1",
"colors": "^1.0.3"
},
"devDependencies": {
"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@2.0.4",
"dist": {
"shasum": "30b318b24ebc52b6d880c13977aca5068560603b",
"tarball": "http://registry.npmjs.org/gulp-nodemon/-/gulp-nodemon-2.0.4.tgz"
},
"_from": "gulp-nodemon@2.0.4",
"_npmVersion": "1.4.3",
"_npmUser": {
"name": "jacksongariety",
"email": "jackson@gariety.xxx"
},
"maintainers": [
{
"name": "jacksongariety",
"email": "personal@jacksongariety.com"
}
],
"_shasum": "30b318b24ebc52b6d880c13977aca5068560603b",
"_resolved": "https://registry.npmjs.org/gulp-nodemon/-/gulp-nodemon-2.0.4.tgz"
}