-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.11 KB
/
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
39
{
"name": "cx.google.core",
"version": "1.1.4",
"description": "google client/auth api wrapper written in typescript",
"license": {
"type": "MIT",
"url": "https://raw.githubusercontent.com/EFEducationFirstMobile/oss/master/LICENSE"
},
"homepage": "https://github.com/ef-ctx/cx.google.core",
"bugs": "https://github.com/ef-ctx/cx.google.core/issues",
"repository": {
"type": "git",
"url": "[email protected]:ef-ctx/cx.google.core.git"
},
"keywords": [],
"author": "",
"typings": "./src/cx/google/core.d.ts",
"dependencies": {},
"devDependencies": {
"es6-promise": "^3.0.2",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-json-editor": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.0",
"gulp-typescript": "^2.10.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.3",
"live-server": "^0.8.2",
"merge2": "^1.0.1",
"phantomjs": "^1.9.19",
"systemjs": "0.19.2",
"systemjs-builder": "^0.15.0",
"typescript": "^1.7.5"
}
}