From 8c958f1baedfc50d217825745ec73ab360a1a93b Mon Sep 17 00:00:00 2001 From: Keegan Date: Sun, 11 Oct 2015 00:16:22 -0700 Subject: [PATCH] package.json --- package.json | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..194fd78 --- /dev/null +++ b/package.json @@ -0,0 +1,46 @@ +{ + "name": "pebble-clay", + "version": "1.0.0", + "description": "Pebble Config Framework", + "main": "index.js", + "directories": { + "example": "example" + }, + "scripts": { + "test": "mocha" + }, + "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-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" + } +}