-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
54 lines (54 loc) · 1.28 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
46
47
48
49
50
51
52
53
54
{
"name": "grunt-serve",
"description": "Starts a http server that can be called to run tasks and serve files",
"version": "0.1.7",
"homepage": "https://github.com/lud2k/grunt-serve",
"author": {
"name": "Ludovic Cabre",
"email": "ludovic.cabre@gmail.com"
},
"contributors": [
{
"name": "Simone Rescio",
"email": "info@simonerescio.it",
"url": "https://simonerescio.it"
}
],
"repository": {
"type": "git",
"url": "https://github.com/lud2k/grunt-serve.git"
},
"bugs": {
"url": "https://github.com/lud2k/grunt-serve/issues"
},
"license": "MIT",
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-nodeunit": "~1.0.0",
"grunt": "^1.0.1",
"grunt-conventional-changelog": "~6.1.0",
"load-grunt-tasks": "~3.5.2"
},
"peerDependencies": {
"grunt": ">=1.0.1"
},
"keywords": [
"gruntplugin",
"serve",
"http",
"build"
],
"dependencies": {
"connect": "~3.6.5",
"dot": "~1.1.2"
},
"readmeFilename": "README.md",
"_id": "grunt-serve@0.1.7",
"_from": "grunt-serve@~0.1.7",
"_resolved": "https://registry.npmjs.org/grunt-serve/-/grunt-serve-0.1.7.tgz"
}