forked from cloudmine/CloudMineSDK-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
25 lines (25 loc) · 637 Bytes
/
bower.json
File metadata and controls
25 lines (25 loc) · 637 Bytes
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
{
"name": "cloudmine",
"version": "0.9.18",
"homepage": "https://github.com/cloudmine/cloudmine-js",
"authors": [
"CloudMine <support@cloudmineinc.com>"
],
"description": "CloudMine is a backend-as-a-service platform for mobile and web developers to rapidly build and quickly scale their apps. Build and scale iOS, Android, Windows Phone, and web apps on our secure and managed backend.",
"moduleType": [
"amd",
"node"
],
"main": "js/cloudmine.js",
"keywords": [
"cloudmine"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}