-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
31 lines (31 loc) · 854 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
{
"name": "juliangut-slim-doctrine-middleware",
"description": "Slim Framework Doctrine middleware",
"keywords": [
"slim",
"framework",
"middleware",
"doctrine",
"handler"
],
"homepage": "http://github.com/juliangut/slim-doctrine-middleware",
"author": {
"name": "Julián Gutiérrez",
"email": "[email protected]",
"url": "http://juliangut.com"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.5",
"load-grunt-tasks": "~0.6.0",
"grunt-phplint": "~0.0.5",
"grunt-phpunit": "~0.3.5",
"grunt-phpcs": "~0.2.3",
"grunt-phpmd": "~0.1.1",
"grunt-phpcpd": "~0.1.3"
},
"repository": {
"type": "git",
"url": "[email protected]:juliangut/slim-doctrine-middleware.git"
}
}