-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
68 lines (68 loc) · 1.76 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
{
"name": "@backand/angular2-sdk",
"version": "1.2.13",
"description": "Backand SDK for Angular 2",
"main": "./src/backand.service.js",
"types": "./src/backand.service.d.ts",
"files": [
"src",
"example",
"test",
"tsconfig.json"
],
"directories": {
"example": "example"
},
"scripts": {
"build": "tsc -p src/",
"test": "npm run build && tsc -p test/ && mocha",
"patch": "npm version patch -m \"Release version %s\"",
"version": "npm i -S -f @backand/vanilla-sdk && npm run build && git add -A",
"postversion": "git push && git push --tags"
},
"author": "Backand",
"license": "MIT",
"dependencies": {
"@angular/core": "^2.4.6",
"@backand/vanilla-sdk": "^1.2.15",
"rxjs": "^5.1.0",
"zone.js": "^0.7.6"
},
"devDependencies": {
"@angular/common": "^2.4.6",
"@angular/compiler": "^2.4.6",
"@angular/platform-browser": "^2.4.6",
"@angular/platform-browser-dynamic": "^2.4.6",
"@types/chai": "^3.4.34",
"@types/mocha": "^2.2.39",
"@types/node": "^7.0.5",
"angular2-template-loader": "^0.6.1",
"awesome-typescript-loader": "^3.0.3",
"chai": "^3.5.0",
"core-js": "^2.4.1",
"file-loader": "^0.10.0",
"mocha": "^3.2.0",
"mocha-loader": "^1.1.0",
"null-loader": "^0.1.1",
"reflect-metadata": "^0.1.9",
"rimraf": "^2.5.4",
"typescript": "^2.1.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/backand/angular2-sdk.git"
},
"bugs": {
"url": "https://github.com/backand/angular2-sdk/issues"
},
"homepage": "https://github.com/backand/angular2-sdk#readme",
"keywords": [
"Backand",
"backend",
"backend sdk",
"backend js",
"backend javascript",
"angular2-sdk",
"backend angular sdk"
]
}