-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 857 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 857 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
26
27
28
29
30
31
32
33
34
{
"name": "iland-sdk",
"version": "1.0.0",
"description": "Javascript SDK for the iland Cloud API to be used with Bower",
"main": "index.js",
"typings": "build/iland.d.ts",
"scripts": {
"postinstall": "bower install && npm run build",
"build": "cp -r ./node_modules/iland-sdk/build ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ilanddev/javascript-sdk-bower.git"
},
"keywords": [
"iland",
"sdk",
"bower"
],
"author": "Nicolas FRADIN (fradinni@gmail.com)",
"license": "BSD",
"bugs": {
"url": "https://github.com/ilanddev/javascript-sdk-bower/issues"
},
"homepage": "https://github.com/ilanddev/javascript-sdk-bower#readme",
"dependencies": {
"axios": "0.16.2",
"keycloak-js": "1.9.8",
"rxjs": "5.4.1"
},
"devDependencies": {
"bower": "^1.8.2"
}
}