소스 검색

adding package.json for CommonJS compliance

Konstantin Käfer 14 년 전
부모
커밋
6872d72294
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16 0
      package.json

+ 16 - 0
package.json

@@ -0,0 +1,16 @@
+{
+    "name": "showdown",
+    "version": "0.0.1",
+    "author": "John Fraser",
+    "contributors": [
+        "John Gruber",
+        "John Fraser",
+        "Corey Innis"
+    ],
+    "repository": {
+        "type": "git",
+        "url": "https://github.com/coreyti/showdown.git"
+    },
+    "licenses": [{ "type": "BSD" }],
+    "main": "./src/showdown"
+}