{ "name": "pebble-clay", "version": "0.1.0", "description": "Pebble Config Framework", "main": "dist/clay.js", "directories": { "example": "example" }, "scripts": { "test-travis": "./node_modules/.bin/karma start ./test/karma.conf.js --single-run --browsers chromeTravisCI && ./node_modules/.bin/eslint ./", "test-debug": "(export DEBUG=true && ./node_modules/.bin/karma start ./test/karma.conf.js --no-single-run)", "test": "./node_modules/.bin/karma start ./test/karma.conf.js --single-run", "lint": "./node_modules/.bin/eslint ./", "build": "gulp", "dev": "gulp dev" }, "repository": { "type": "git", "url": "git+https://github.com/pebble/clay.git" }, "keywords": [ "Pebble", "Config" ], "author": "Keegan Lillo", "license": "GPL", "bugs": { "url": "https://github.com/pebble/clay/issues" }, "homepage": "https://github.com/pebble/clay#readme", "devDependencies": { "bourbon": "^4.2.6", "browserify": "^13.0.0", "browserify-istanbul": "^0.2.1", "chai": "^3.4.1", "deamdify": "^0.2.0", "del": "^2.0.2", "eslint": "^1.5.1", "eslint-config-pebble": "^1.2.0", "eslint-plugin-standard": "^1.3.1", "gulp": "^3.9.0", "gulp-autoprefixer": "^3.1.0", "gulp-htmlmin": "^1.3.0", "gulp-inline": "0.0.15", "gulp-sass": "^2.1.1", "gulp-sourcemaps": "^1.6.0", "karma": "^0.13.19", "karma-browserify": "^5.0.1", "karma-chrome-launcher": "^0.2.2", "karma-coverage": "^0.5.3", "karma-mocha": "^0.2.1", "karma-mocha-reporter": "^1.1.5", "karma-source-map-support": "^1.1.0", "karma-threshold-reporter": "^0.1.15", "mocha": "^2.3.4", "pebble-clay-components": "git+https://github.com/pebble/clay-components.git#master", "sassify": "^0.9.1", "sinon": "^1.17.3", "stringify": "^3.2.0", "vinyl-source-stream": "^1.1.0", "watchify": "^3.7.0" }, "dependencies": {} }