mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-30 13:56:58 -04:00
package.json
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user