소스 검색

Create package.json for npm support

Amauri CHAMPEAUX 6 년 전
부모
커밋
449f7f2f1c
1개의 변경된 파일29개의 추가작업 그리고 0개의 파일을 삭제
  1. 29 0
      package.json

+ 29 - 0
package.json

@@ -0,0 +1,29 @@
+{
+  "name": "tarteaucitronjs",
+  "version": "1.0.0",
+  "description": "Comply to the European cookie law",
+  "dependencies": {
+    "npm": "^6.4.1"
+  },
+  "devDependencies": {},
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/AmauriC/tarteaucitron.js.git"
+  },
+  "keywords": [
+    "cookie",
+    "law",
+    "rgpd",
+    "gdpr",
+    "cookie"
+  ],
+  "author": "AIC Agency SAS",
+  "license": "MIT",
+  "bugs": {
+    "url": "https://github.com/AmauriC/tarteaucitron.js/issues"
+  },
+  "homepage": "https://github.com/AmauriC/tarteaucitron.js#readme"
+}