1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
php-functions/package.json
2016-02-05 11:47:37 +01:00

31 lines
729 B
JSON

{
"name": "@Findus23/php-functions",
"version": "1.0.0",
"description": "useful php functions",
"keywords": [
"php",
"functions"
],
"homepage": "https://github.com/Findus23/php-functions",
"bugs": "https://github.com/Findus23/php-functions/issues",
"repository": {
"type": "git",
"url": "https://github.com/Findus23/php-functions.git"
},
"contributors": {
"name": "Lukas Winkler",
"email": "l.winkler23@me.com"
},
"main": "index.js",
"author": "Lukas Winkler",
"license": "MIT",
"dependencies": {
"grunt-exec": "^0.4.6"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-notify": "^0.4.3",
"grunt-contrib-watch": "^0.6.1",
"time-grunt": "^1.3.0"
}
}