We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b4d6e commit f0431a2Copy full SHA for f0431a2
package.json
@@ -0,0 +1,19 @@
1
+{
2
+ "name": "angular-syncstore",
3
+ "version": "1.0.0",
4
+ "description": "Auto-syncing data store for AngularJS",
5
+ "main": "syncstore.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/ablems/angular-syncstore.git"
12
13
+ "author": "Frederik Hannibal",
14
+ "license": "ISC",
15
+ "bugs": {
16
+ "url": "https://github.com/ablems/angular-syncstore/issues"
17
18
+ "homepage": "https://github.com/ablems/angular-syncstore#readme"
19
+}
0 commit comments