Skip to content

Instantly share code, notes, and snippets.

@pradeep1991singh
Created February 11, 2017 13:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pradeep1991singh/5fc62f01b99ec97f8579e3375bf12f06 to your computer and use it in GitHub Desktop.
Save pradeep1991singh/5fc62f01b99ec97f8579e3375bf12f06 to your computer and use it in GitHub Desktop.
package.json file for html-sass project
{
"name": "html-sass",
"version": "1.0.0",
"description": "startup app for getting started with html-sass.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"html",
"sass",
"scss"
],
"author": "pradeep1991singh",
"license": "ISC",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-inject": "^4.2.0",
"gulp-natural-sort": "^0.1.1",
"gulp-sass": "^3.1.0",
"gulp-webserver": "^0.9.1",
"run-sequence": "^1.2.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment