-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
33 lines (33 loc) · 932 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
{
"name": "ng2-cordova-oauth",
"version": "0.0.8",
"description": "Connect to Oauth providers using Apache Cordova, Angular 2, and the InAppBrowser plugin",
"author": {
"name": "Nic Raboy",
"url": "https://www.nraboy.com"
},
"homepage": "https://www.thepolyglotdeveloper.com",
"devDependencies": {
"typescript": "^1.7.5"
},
"keywords": [
"angular 2",
"oauth",
"api",
"apache cordova",
"phonegap",
"ionic framework",
"ionic 2",
"typescript"
],
"license": "MIT",
"scripts": {
"build.commonjs": "tsc",
"build.system": "tsc --outFile ng2-cordova-oauth.system.js --module system",
"build": "npm run build.system && npm run build.commonjs",
"tsc": "npm run build.commonjs"
},
"bugs": {
"url": "https://github.com/nraboy/ng2-cordova-oauth/issues"
}
}