mirror of
https://github.com/jcreek/phldnhack.git
synced 2026-07-13 02:53:44 +00:00
25 lines
538 B
JSON
25 lines
538 B
JSON
{
|
|
"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"
|
|
}
|