Last active
December 26, 2015 12:19
-
-
Save winwu/7150490 to your computer and use it in GitHub Desktop.
示範:當專案有使用 sass 時的基本 package.json
This file contains hidden or 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": "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