浏览代码

Added template for the package.json file.

fredck 11 年之前
父节点
当前提交
b7fd0c8bb2
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      package.json

+ 14 - 0
package.json

@@ -0,0 +1,14 @@
+{
+	"name": "{programmatic name of the application}",
+	"version": "{semver version}",
+	"description": "A short description",
+
+	"devDependencies": {
+	},
+
+	"author": "CKSource (http://cksource.com/)",
+	"license": "See LICENSE.md",
+
+	"homepage": "http://app.com",
+	"bugs": "http://bugs.app.com"
+}