forked from OpenDevelopmentMekong/wp-odm_theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 885 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": "wp-odm_theme",
"version": "1.0.0",
"description": "Open Development Mekong Wordpress Themes",
"main": "index.php",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenDevelopmentMekong/wp-odm_theme.git"
},
"keywords": [
"opendata"
],
"author": "ODM Development Team",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/OpenDevelopmentMekong/wp-odm_theme/issues"
},
"homepage": "https://github.com/OpenDevelopmentMekong/wp-odm_theme#readme",
"devDependencies": {
"bower": "^1.7.9",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.10",
"gulp-concat": "^2.6.0",
"gulp-less": "^3.1.0",
"gulp-uglify": "^1.5.3",
"request": "^2.79.0",
"run-sequence": "^1.2.1"
}
}