forked from themyth92/angular2-lightbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.63 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
{
"name": "angular2-lightbox",
"version": "1.1.0",
"description": "A port angular2 for lightbox2",
"main": "index.js",
"dependencies": {
"angular2-lightbox": "^1.1.0"
},
"devDependencies": {
"@angular/common": "^4.1.0",
"@angular/compiler": "^4.1.0",
"@angular/compiler-cli": "^4.1.0",
"@angular/core": "^4.1.0",
"@angular/platform-browser": "^4.1.0",
"@angular/platform-browser-dynamic": "^4.1.0",
"@types/jasmine": "^2.5.44",
"awesome-typescript-loader": "^3.1.2",
"copyfiles": "^1.2.0",
"core-js": "^2.4.1",
"jasmine-core": "^2.5.2",
"karma": "^1.5.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.3",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.2",
"phantomjs-prebuilt": "^2.1.14",
"rxjs": "^5.0.3",
"systemjs": "^0.19.41",
"tslint": "^5.1.0",
"typescript": "^2.2.1",
"webpack": "^2.2.1",
"zone.js": "^0.8.9"
},
"scripts": {
"test": "./node_modules/tslint/bin/tslint -c tslint.json src/*.ts && ./node_modules/karma/bin/karma start",
"prepublish": "./node_modules/.bin/ngc && ./node_modules/.bin/copyfiles -u 1 src/img/* src/*.js src/*.js.map src/*.metadata.json src/*.css ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/themyth92/angular2-lightbox.git"
},
"keywords": [
"lightbox2",
"angularjs",
"directives",
"lightbox2",
"angular",
"directives"
],
"author": "themyth92",
"license": "MIT",
"bugs": {
"url": "https://github.com/themyth92/angular2-lightbox/issues"
},
"homepage": "https://github.com/themyth92/angular2-lightbox#readme"
}