Browse Source

package.json

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
46fea1e0fe
1 changed files with 19 additions and 0 deletions
  1. 19
    0
      package.json

+ 19
- 0
package.json View File

@@ -0,0 +1,19 @@
1
+{
2
+  "name": "auth",
3
+  "version": "0.1.0",
4
+  "description": "Luticate front authentication layer",
5
+  "main": "dist/luticate-auth.min.js",
6
+  "dependencies": {
7
+    "grunt": "~0.4.5"
8
+  },
9
+  "devDependencies": {},
10
+  "scripts": {
11
+    "test": "echo \"Error: no test specified\" && exit 1"
12
+  },
13
+  "repository": {
14
+    "type": "git",
15
+    "url": "git:luticate-front/auth"
16
+  },
17
+  "author": "",
18
+  "license": "BSD-2-Clause"
19
+}

Loading…
Cancel
Save