-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
38
39
40
41
{
"name": "wpq-wp-update",
"version": "0.0.1",
"description": "WordPress Update Server",
"main": "wpq-wp-update.php",
"directories": {
"test": "tests"
},
"scripts": {
"test": "phpunit"
},
"repository": {
"type": "git",
"url": "[email protected]:wpq-server/wpq-wp-update.git"
},
"author": "Swashata Ghosh",
"license": "GPL-3.0",
"devDependencies": {
"autoprefixer": "^8.3.0",
"cssnano": "^3.10.0",
"grunt": "^1.0.2",
"grunt-concurrent": "^2.3.1",
"grunt-config": "^1.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.1",
"grunt-exec": "^3.0.0",
"grunt-phplint": "^0.1.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^2.1.0",
"grunt-simple-watch": "^0.1.3",
"grunt-wp-i18n": "^1.0.2",
"grunt-zip": "^0.17.1",
"jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^3.5.2",
"postcss-banner": "^3.0.0",
"time-grunt": "^1.4.0"
}
}