forked from Backendless/JS-SDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 854 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
{
"name": "backendless",
"version": "3.1.21",
"description": "Backendless JavaScript SDK for Node.js and the browser",
"main": "./libs/backendless.js",
"scripts": {
"test:tsc":"tsc ./tests/tsd.ts",
"build": "uglifyjs libs/backendless.js --mangle --source-map libs/backendless.min.map -o libs/backendless.min.js",
"update-libs": "git push origin `git subtree split --prefix libs master`:gh-pages --force"
},
"repository": {
"type": "git",
"url": "https://github.com/Backendless/JS-SDK"
},
"bugs": {
"url": "http://support.backendless.com",
"email": "[email protected]"
},
"keywords": [
"cloud",
"mobile",
"api",
"baas",
"backendless.com"
],
"author": "[email protected]",
"license": "ISC",
"devDependencies": {
"uglifyjs": "^2.4.10",
"typescript": "^1.8.9"
}
}