summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json41
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"
+ }
+}