Base
parents
.gitignore
0 → 100644
gulpfile.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "dev-notes", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "gulpfile.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"author": "", | |||
"license": "ISC", | |||
"devDependencies": { | |||
"gulp": "^3.9.1", | |||
"gulp-sass": "^4.0.1", | |||
"gulp-shell": "^0.6.5" | |||
}, | |||
"dependencies": { | |||
"gulp-md-docs": "^0.1.8" | |||
} | |||
} |
Please register or sign in to comment