forked from anspress/anspress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 917 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
{
"name": "AnsPress",
"version": "4.0.5",
"description": "Question And answer plugin for WordPress",
"main": "Gruntfile.js",
"private": true,
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-concat": "",
"grunt-contrib-copy": "",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-jshint": "",
"grunt-contrib-sass": "",
"grunt-contrib-uglify": "",
"grunt-contrib-watch": "",
"grunt-csscomb": "",
"grunt-exec": "^2.0.0",
"grunt-git": "",
"grunt-phplint": "",
"grunt-potomo": "^3.5.0",
"grunt-replace": "",
"grunt-version": "",
"grunt-wp-i18n": "^1.0.0",
"grunt-wp-readme-to-markdown": "",
"load-grunt-tasks": "",
"time-grunt": ""
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Rahul Aryan",
"license": "GPL 3+",
"dependencies": {}
}