yodata 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "yodata",
|
3
3
|
"description": "Y0data online services to save your data",
|
4
|
-
"version": "0.0.
|
4
|
+
"version": "0.0.3",
|
5
5
|
"main": "data/plugin.js",
|
6
6
|
"dependencies": {
|
7
7
|
"events": "^3.3.0",
|
@@ -13,7 +13,11 @@
|
|
13
13
|
"data",
|
14
14
|
"y0data"
|
15
15
|
],
|
16
|
+
"repository": {
|
17
|
+
"type": "git",
|
18
|
+
"url": "git://github.com/yousefgog177/yodata"
|
19
|
+
},
|
16
20
|
"author": "Yousuf",
|
17
|
-
"license": "
|
21
|
+
"license": "MIT",
|
18
22
|
"readmeFilename": "README.md"
|
19
23
|
}
|