forked from ddprrt/connect-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 715 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 715 Bytes
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
{
"name": "connect-php",
"version": "0.0.1",
"main": "lib/connect-php.js",
"description": "PHP middleware for https://github.com/senchalabs/connect",
"homepage": "https://github.com/ddprrt/connect-php",
"bugs": "https://github.com/ddprrt/connect-php/issues",
"author": {
"name": "Stefan Baumgartner",
"email": "sbaumg@gmail.com",
"url": "http://www.fettblog.eu"
},
"repository": {
"type": "git",
"url": "https://github.com/ddprrt/connect-php"
},
"keywords": ["connect","php","middleware"],
"licenses": [
{
"type": "MIT"
}
],
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-watch": "~0.5.0"
}
}