diff options
| author | Max | 2017-05-18 14:03:27 +0200 |
|---|---|---|
| committer | Max | 2017-05-18 14:03:27 +0200 |
| commit | f597e2fe949a1e18eb778b9a5bd102de88570555 (patch) | |
| tree | 7e42e6f91dd3e764cd2cf0c4f61f48501c2ed98f /package.json | |
| download | docs.maxmail.xyz-master.tar.gz | |
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..bd70e34 --- /dev/null +++ b/package.json @@ -0,0 +1,41 @@ +{ + "name": "understrap", + "version": "0.3.9.5", + "description": "Wordpress Theme framework", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/holger1411/understrap.git" + }, + "keywords": [ + "wordpress", + "theme", + "framework", + "bootstrap", + "underscores" + ], + "author": "Holger Koenemann", + "license": "GPL-2.0", + "bugs": { + "url": "https://github.com/holger1411/understrap/issues" + }, + "homepage": "https://github.com/holger1411/understrap", + "dependencies": { + "bower": "^1.7.7", + "gulp": "^3.9.0", + "gulp-concat": "^2.6.0", + "gulp-ignore": "^2.0.1", + "gulp-plumber": "^1.1.0", + "gulp-rename": "^1.2.2", + "gulp-rimraf": "^0.2.0", + "gulp-sass": "^2.2.0", + "gulp-uglify": "^1.5.2", + "gulp-watch": "^4.3.5", + "gulp-cssnano": "^2.1.1", + "merge2": "^1.0.1", + "gulp-uglify": "^1.5.3" + } +} |
