-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
47 lines (47 loc) · 999 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
45
46
47
{
"name": "sphp",
"version": "0.6.3",
"description": "A snappy PHP execution module / middleware",
"main": "sphp.js",
"runkitExampleFilename": "browser.js",
"repository": {
"type": "git",
"url": "git+https://github.com/paragi/sphp.git"
},
"keywords": [
"snappy",
"snap",
"execute",
"script",
"cgi",
"session",
"websocket",
"fast",
"php"
],
"author": "Paragi Aps, Simon Rigét <[email protected]> 2013",
"license": "MIT",
"bugs": {
"url": "https://github.com/paragi/sphp/issues"
},
"homepage": "https://github.com/paragi/sphp#readme",
"devDependencies": {
"express": "^4",
"express-session": "^1",
"body-parser": "^1",
"ws": "^3",
"mocha": "^4.1.0",
"chai": "^4.1.2",
"request": "^2.69.0"
},
"peerDependencies": {},
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"dependencies": {
}
}