.gitignore
0 → 100644
+4
−0
gulpfile.js
0 → 100644
+26
−0
package.json
0 → 100644
+19
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"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"
|
||
}
|
||
} |
Loading