Skip to content

Instantly share code, notes, and snippets.

@yokotak0527
Created February 24, 2013 13:07
Show Gist options
  • Save yokotak0527/5023779 to your computer and use it in GitHub Desktop.
Save yokotak0527/5023779 to your computer and use it in GitHub Desktop.
// =============================================================================
// 参照:https://npmjs.org/doc/json.html
// =============================================================================
{
// -------------------------------------------------------------------------
// name : プロジェクト名 [必須]
// -------------------------------------------------------------------------
"name":"v0.4",
// -------------------------------------------------------------------------
// version : プロジェクトのバージョン [必須]
// -------------------------------------------------------------------------
"version":"0.0.1", // 必須
// -------------------------------------------------------------------------
// description : 説明
// -------------------------------------------------------------------------
"description":"grunt v0.4 sample",
//"main": "index.js",
//"dependencies": {},
//"devDependencies": {
// "grunt": "~0.4.0",
// "grunt-contrib-watch": "~0.2.0",
// "grunt-contrib-concat": "~0.1.3"
//},
//"scripts": {
// //"test": "echo \"Error: no test specified\" && exit 1"
//},
//"engine":"node = 0.8.15",
//"repository": "",
//"author": "Yokota Kenji",
//"license": "BSD"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment