-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 925 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
{
"name": "pluginever-framework",
"title": "Pluginever Framework",
"description": "The best WordPress plugin ever made!",
"version": "1.0.0",
"homepage": "http://pluginever.com",
"author": {
"name": "PluginEver",
"email": "support@pluginever.com",
"url": "http://pluginever.com"
},
"devDependencies": {
"grunt": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-imagemin": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-nodeunit": "latest",
"grunt-contrib-sass": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-livereload": "latest",
"grunt-notify": "latest",
"grunt-phpcs": "latest",
"jshint-stylish": "latest"
},
"keywords": [],
"dependencies": {
"npm": "^6.1.0"
}
}