-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
40 lines (40 loc) · 983 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
{
"name": "gulp-connect-php",
"version": "1.0.3",
"description": "Starts a php server",
"main": "index-compat.js",
"scripts": {
"__anchor": "cd .",
"test-compat": "npm run __anchor; mocha ./test",
"test-normative": "npm run __anchor; GCP_ES6=1 mocha ./test",
"test": "npm run test-normative; npm run test-compat",
"prepack": "npm run __anchor; ./convert.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/micahblu/gulp-connect-php"
},
"keywords": [
"gulp",
"php",
"server",
"connect"
],
"author": "micahblu",
"license": "MIT",
"bugs": {
"url": "https://github.com/micahblu/gulp-php/issues"
},
"dependencies": {
"bin-version-check": "^2.1.0",
"opn": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"mocha": "^3.2.0",
"supertest": "^3.0.0"
}
}