{ "name": "pebble-clay", "version": "1.0.0", "description": "Pebble Config Framework", "main": "dist/clay.js", "directories": { "example": "example" }, "scripts": { "test": "mocha", "build": "gulp" }, "repository": { "type": "git", "url": "git+https://github.com/keegan-lillo/pebble-clay.git" }, "keywords": [ "Pebble", "Config" ], "author": "Keegan Lillo", "license": "GPL", "bugs": { "url": "https://github.com/keegan-lillo/pebble-clay/issues" }, "homepage": "https://github.com/keegan-lillo/pebble-clay#readme", "devDependencies": { "eslint": "^1.5.1", "eslint-config-pebble": "^1.2.0", "eslint-plugin-standard": "^1.3.1" }, "dependencies": { "browserify": "^11.2.0", "browserify-mustache": "0.0.4", "del": "^2.0.2", "gulp": "^3.9.0", "gulp-html-to-js": "0.0.1", "gulp-inline": "0.0.15", "gulp-minify-html": "^1.0.4", "gulp-minify-inline": "^0.1.1", "gulp-template": "^3.0.0", "hogan.js": "^3.0.2", "mustache": "^2.1.3", "stringify": "^3.1.0", "vinyl-source-stream": "^1.1.0", "zepto-browserify": "^1.0.0" } }