Files
clay/package.json
T

46 lines
1.0 KiB
JSON

{
"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": {
"deamdify": "^0.1.1",
"eslint": "^1.5.1",
"eslint-config-pebble": "^1.2.0",
"eslint-plugin-standard": "^1.3.1",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.6.0"
},
"dependencies": {
"browserify": "^11.2.0",
"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",
"stringify": "^3.1.0",
"vinyl-source-stream": "^1.1.0"
}
}