Created
February 11, 2017 13:30
-
-
Save pradeep1991singh/5fc62f01b99ec97f8579e3375bf12f06 to your computer and use it in GitHub Desktop.
package.json file for html-sass project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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