Basic build process and transforming json into html

This commit is contained in:
Keegan
2015-10-11 00:15:18 -07:00
parent 8b489173df
commit 227bb49786
54 changed files with 3136 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"name": "Slate",
"version": "0.0.3",
"description": "Front-end framework for developing Pebble mobile configuration pages.",
"scripts": {
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/pebble/slate.git"
},
"keywords": [
"Pebble"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pebble/slate/issues"
},
"homepage": "https://github.com/pebble/slate",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-notify": "^2.2.0",
"gulp-ruby-sass": "^1.0.5",
"gulp-uglify": "^1.2.0",
"gulp-uglifycss": "^1.0.4",
"rimraf": "^2.4.0"
}
}