Initial commit

This commit is contained in:
Andrey Antukh
2015-06-18 19:35:50 +02:00
commit 2a32f1fcf6
181 changed files with 24339 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "uxbox-ui",
"version": "0.0.0",
"main": "app.js",
"author": "Uxbox",
"license": "BSD",
"scripts": {
"watch": "gulp",
"dist": "gulp dist"
},
"dependencies": {
"gulp": "3.8.11",
"gulp-clean": "0.3.1",
"gulp-plumber": "0.6.2",
"gulp-sass": "2.0.4",
"gulp-autoprefixer": "2.3.1",
"gulp-watch": "4.2.5"
}
}