Skip to content

Instantly share code, notes, and snippets.

@winwu
Last active December 26, 2015 12:19
Show Gist options
  • Save winwu/7150490 to your computer and use it in GitHub Desktop.
Save winwu/7150490 to your computer and use it in GitHub Desktop.
示範:當專案有使用 sass 時的基本 package.json
{
"name": "sass_test",
"version": "0.1.0",
"author": {
"name": "WinWu",
"url": "http://yiyingloveart.blogspot.tw/"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-sass": "~0.5.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment