This commit is contained in:
Joe Reeve
2015-11-07 11:00:32 +00:00
commit b3f0b0e816
48 changed files with 39830 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "rcard",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-file-include": "^0.13.7",
"gulp-flatten": "^0.2.0",
"gulp-insert": "^0.5.0",
"gulp-less": "^3.0.3",
"path": "^0.12.7",
"run-sequence": "^1.1.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}