forked from ericclemmons/grunt-express-server
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.2 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
{
"name": "grunt-p3x-express",
"corifeus": {
"publish": true,
"type": "p3x",
"code": "Next",
"nodejs": "v22.3.0",
"opencollective": false,
"reponame": "grunt-p3x-express",
"build": true
},
"description": "🚧 Grunt Express Server updated with additional options",
"version": "2024.10.101",
"homepage": "https://corifeus.com/grunt-p3x-express",
"author": {
"name": "Eric Clemmons",
"email": "[email protected]"
},
"contributors": [
{
"name": "Patrik Laszlo",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "git://github.com/patrikx3/grunt-express.git"
},
"bugs": {
"url": "https://github.com/patrikx3/grunt-express/issues"
},
"license": "MIT",
"main": "Gruntfile.js",
"engines": {
"node": ">=12.13.0"
},
"scripts": {
"test": "./node_modules/.bin/grunt"
},
"devDependencies": {
"corifeus-builder": "^2024.10.103",
"express": "^4.19.2"
},
"keywords": [
"gruntplugin",
"express",
"server"
],
"dependencies": {}
}