-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 961 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
{
"name": "ignite-firephp",
"version": "0.1.0",
"description": "CodeIgniter FirePHP Third Party Package with Helper Class",
"main": "gruntfile.js",
"repository": {
"type": "git",
"url": "[email protected]:mtpultz/ignite-firephp.git"
},
"keywords": [
"CodeIgniter",
"FirePHP",
"PHP",
"back-end",
"debugging"
],
"author": {
"company": "Onload Solutions",
"name": "Martin Pultz",
"email": "[email protected]",
"website": "http://onloadsolutions.com"
},
"license": {
"type": "MIT",
"url": "https://github.com/mtpultz/ignite-firephp/LICENSE"
},
"homepage": "https://github.com/mtpultz/ignite-firephp.git",
"bugs": {
"url": "https://github.com/mtpultz/ignite-firephp.git/issues"
},
"devDependencies": {
"bower": "~1.3.5",
"grunt": "^0.4.5",
"grunt-bowercopy": "~1.1.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-mkdir": "~0.1.1",
"matchdep": "*"
}
}