Added template system to Attract extension.

This commit is contained in:
2016-09-06 18:46:28 +02:00
parent a89e98c556
commit 168e59805e
6 changed files with 116 additions and 4 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "attract",
"license": "GPL",
"author": "Blender Institute",
"repository": {
"type": "git",
"url": "git://git.blender.org/attract-server.git"
},
"devDependencies": {
"gulp": "~3.9.1",
"gulp-sass": "~2.3.1",
"gulp-autoprefixer": "~2.3.1",
"gulp-if": "^2.0.1",
"gulp-jade": "~1.1.0",
"gulp-sourcemaps": "~1.6.0",
"gulp-plumber": "~1.1.0",
"gulp-livereload": "~3.8.1",
"gulp-concat": "~2.6.0",
"gulp-uglify": "~1.5.3",
"gulp-rename": "~1.2.2",
"gulp-chmod": "~1.3.0",
"minimist": "^1.2.0"
}
}