8
0
Pārlūkot izejas kodu

Added template for the package.json file.

fredck 11 gadi atpakaļ
vecāks
revīzija
b7fd0c8bb2
1 mainītis faili ar 14 papildinājumiem un 0 dzēšanām
  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"
+}