-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.12 KB
/
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
{
"name": "php-userhandler",
"version": "0.15.4",
"description": "Self-Contained PHP user handler",
"main": "login.php",
"dependencies": {
"grunt": "^0.4.5"
},
"devDependencies": {
"bootlint": "^0.14.2",
"coffee-script": "^1.10.0",
"grunt": "^0.4.5",
"grunt-bootlint": "^0.10.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-phplint": "0.0.8",
"grunt-php-cs-fixer": "0.0.8",
"grunt-shell": "^1.1.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-html": "^6.0.0",
"grunt-string-replace": "^1.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/tigerhawkvok/php-userhandler.git"
},
"author": "Philip Kahn <[email protected]>",
"license": "LGPLv3",
"bugs": {
"url": "https://github.com/tigerhawkvok/php-userhandler/issues"
},
"homepage": "https://github.com/tigerhawkvok/php-userhandler"
}