forked from sindresorhus/grunt-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 875 Bytes
/
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
{
"name": "grunt-php",
"version": "0.3.0",
"description": "Start a PHP-server",
"keywords": [
"gruntplugin",
"server",
"php"
],
"homepage": "https://github.com/sindresorhus/grunt-php",
"bugs": "https://github.com/sindresorhus/grunt-php/issues",
"author": {
"name": "Sindre Sorhus",
"email": "[email protected]",
"url": "http://sindresorhus.com"
},
"repository": {
"type": "git",
"url": "git://github.com/sindresorhus/grunt-php.git"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
"open": "0.0.3"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-simple-mocha": "~0.4.0",
"grunt-contrib-watch": "~0.4.4",
"request": "~2.21.0"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "MIT"
}
]
}