forked from lud2k/grunt-serve
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.23 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.23 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
{
"name": "grunt-serve",
"description": "Starts a http server that can be called to run tasks and serve files",
"version": "0.1.6",
"homepage": "https://github.com/lud2k/grunt-serve",
"author": {
"name": "Ludovic Cabre",
"email": "ludovic.cabre@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/lud2k/grunt-serve.git"
},
"bugs": {
"url": "https://github.com/lud2k/grunt-serve/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/lud2k/grunt-serve/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt": "~0.4.0",
"grunt-conventional-changelog": "~1.0.0",
"load-grunt-tasks": "~0.2.0"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin", "serve", "http", "build"
],
"dependencies": {
"connect": "~2.13.0",
"dot": "~1.0.2"
},
"readmeFilename": "README.md",
"_id": "grunt-serve@0.1.6",
"_from": "grunt-serve@~0.1.6",
"_resolved": "https://registry.npmjs.org/grunt-serve/-/grunt-serve-0.1.6.tgz"
}