Skip to content

Commit f0431a2

Browse files
authored
add package.json file
1 parent 71b4d6e commit f0431a2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)