-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.32 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.32 KB
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
{
"name": "@flaper/angular",
"version": "0.8.14",
"description": "Angular2 Flaper lib: services, models, etc",
"main": "./src/index.ts",
"typings": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"test": "tslint *.ts && tsc",
"prepublish": "tsc",
"presync": "tsc",
"sync": "cp -Rf dist/ src/ ../web/node_modules/@flaper/angular/ && cp -Rf dist/ src/ ../admin/node_modules/@flaper/angular/"
},
"keywords": [
"angular2",
"flaper"
],
"repository": {
"type": "git",
"url": "git+https://github.com/flaper/angular.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/flaper/angular"
},
"homepage": "https://github.com/flaper/angular",
"dependencies": {
"@angular/common": "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",
"@angular/router": "3.0.0",
"es6-promise": "^3.2.1",
"es6-shim": "^0.35.1",
"lodash": "^4.12.0",
"rxjs": "5.0.0-beta.12",
"zone.js": "~0.6.17"
},
"devDependencies": {
"@types/hammerjs": "^2.0.33",
"@types/jasmine": "^2.2.34",
"@types/node": "^6.0.38",
"@types/source-map": "^0.1.27",
"@types/uglify-js": "^2.0.27",
"@types/webpack": "^1.12.34"
}
}