-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1.01 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
{
"title": "PHP Notifier",
"author": "",
"site": "https://www.codeparrots.com",
"name": "php-notifier",
"version": "1.0.0",
"tested_up_to": "4.7.2",
"description": "Notify users when the version of PHP running on their server has been or is about to be deprecated and will no longer be supported with security fixes.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeParrots/php-notifier.git"
},
"license": "GPL v2+",
"bugs": {
"url": "https://github.com/CodeParrots/php-notifier/issues"
},
"homepage": "https://github.com/CodeParrots/php-notifier#readme",
"dependencies": {
"grunt": "^0.4.5"
},
"devDependencies": {
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-menu": "^1.0.2",
"grunt-shell": "^2.1.0",
"grunt-text-replace": "^0.4.0"
}
}