Skip to content

Instantly share code, notes, and snippets.

@chenxsan
Last active December 19, 2015 21:29
Show Gist options
  • Save chenxsan/6020212 to your computer and use it in GitHub Desktop.
Save chenxsan/6020212 to your computer and use it in GitHub Desktop.
Web 开发使用的 package.json 样板文件
{
"name": "Chen San's Blog",
"version": "0.1.0",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-csslint": "~0.1.2",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-imagemin": "~0.1.4",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-cssmin": "~0.6.1"
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.2.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment