-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 862 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "gdrive-appdata",
"version": "3.2.1",
"description": "Javascript utility to store application data to Google Drive app data folder",
"main": "src/js/main.js",
"scripts": {
"test": "istanbul cover jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adrianbota/gdrive-appdata.git"
},
"keywords": [
"google",
"drive",
"app",
"data",
"load",
"save",
"store"
],
"author": "Adrian Bota",
"license": "MIT",
"bugs": {
"url": "https://github.com/adrianbota/gdrive-appdata/issues"
},
"homepage": "https://github.com/adrianbota/gdrive-appdata#readme",
"devDependencies": {
"abota-build": "^0.2.0",
"deferred": "^0.7.5",
"istanbul": "^0.4.5",
"jasmine": "^2.5.2"
},
"dependencies": {
"index-template": "^1.0.1",
"lodash": "^4.13.1"
}
}