-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.86 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
{
"name": "@criollapp/theme",
"main": "./bundles/ca-theme.umd.js",
"typings": "typings/public_api.d.ts",
"version": "1.0.24",
"license": "MIT",
"description": "This library has styles names and themes logic.",
"scripts": {
"build": "node build.js",
"copy-files": "cp package.json dist && cp readme.md dist",
"test": "ng test",
"coverage": "ng test --preserve-symlinks --code-coverage=true",
"ng": "ng",
"start": "ng serve",
"lint": "ng lint",
"e2e": "ng e2e",
"pack-lib": "npm pack ./dist",
"publish-lib": "npm publish ./dist",
"publish-lib:next": "npm publish --tag next ./dist",
"compodoc": "compodoc -p tsconfig.json",
"compodoc-serve": "compodoc -s"
},
"keywords": [
"angular2",
"library",
"theme",
"template"
],
"author": "Miguel Rivera",
"repository": {
"type": "git",
"url": "https://github.com/criollapp/theme.git"
},
"dependencies": {
"@criollapp/common": "^1.0.23",
"zone.js": "^0.8.20",
"@angular/cli": "^1.7.3",
"@angular/common": "^5.2.9",
"@angular/compiler": "^5.2.9",
"@angular/compiler-cli": "^5.2.9",
"@angular/core": "^5.2.9",
"@angular/forms": "^5.2.9",
"@angular/platform-browser": "^5.2.9",
"@angular/platform-browser-dynamic": "^5.2.9",
"@types/jasmine": "^2.8.6",
"clean-css": "^4.1.11",
"html-minifier": "^3.5.12",
"jasmine-core": "^2.9.1",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^1.3.3",
"karma-jasmine": "^1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"node-sass": "^4.7.2",
"rollup": "^0.57.1",
"rollup-plugin-angular": "^0.5.3",
"rollup-plugin-license": "^0.6.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-typescript2": "^0.12.0",
"shelljs": "^0.8.1"
}
}