This repository has been archived by the owner on Jul 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
74 lines (74 loc) · 1.98 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "selfbits-angular2-sdk",
"version": "1.0.6",
"description": "Connect to Selfbits Backend Services",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"directories": {
"test": "tests"
},
"scripts": {
"test": "karma start",
"prepublish": "typings install && tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/selfbits/selfbits-angular2-sdk.git"
},
"keywords": [
"angular2", "selfbits", "typescript", "backend", "as", "a", "service", "oauth", "database", "social", "auth", "mongodb"
],
"author": {
"name": "Selfbits GmbH",
"url": "http://selfbits.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/selfbits/selfbits-angular2-sdk/issues"
},
"homepage": "https://github.com/selfbits/selfbits-angular2-sdk#readme",
"dependencies": {
"@angular/common": "^2.0.0",
"@angular/compiler": "^2.0.0",
"@angular/core": "^2.0.0",
"@angular/http": "^2.0.0",
"@angular/platform-browser": "^2.0.0",
"@angular/platform-browser-dynamic": "^2.0.0",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"underscore": "^1.8.3",
"zone.js": "^0.6.23"
},
"devDependencies": {
"autoprefixer": "^6.3.2",
"copy-webpack-plugin": "^3.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"jasmine-core": "^2.4.1",
"jasmine-spec-reporter": "^2.4.0",
"karma": "^1.2.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-mocha-reporter": "^2.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"null-loader": "0.1.1",
"phantomjs-prebuilt": "^2.1.7",
"rimraf": "^2.5.1",
"sinon": "^1.17.5",
"ts-helpers": "^1.1.1",
"ts-loader": "^0.8.1",
"tslint": "^3.4.0",
"tslint-loader": "^2.1.0",
"typedoc": "^0.4.5",
"typescript": "^1.8.0",
"typings": "^1.3.3",
"url-loader": "^0.5.6",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^0.14.0"
}
}