forked from sebas5384/now-php-extra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 963 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
{
"name": "now-php-extra",
"version": "0.0.4",
"description": "PHP builder for Now 2.0 with extra extensions and Composer support.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/sebas5384/now-php-extra.git"
},
"author": "Sebastian Ferrari <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sebas5384/now-php-extra/issues"
},
"homepage": "https://github.com/sebas5384/now-php-extra#readme",
"devDependencies": {
"eslint": "^5.11.1",
"eslint-config-taller": "^2.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-standard": "^4.0.0"
},
"dependencies": {
"child_process": "^1.0.2",
"fs-extra": "^7.0.1",
"php-bridge-extra": "0.4.13-canary.25"
},
"peerDependencies": {
"@now/build-utils": "^0.4.31"
}
}