UNPKG

1.97 kBJSONView Raw
1{
2 "name": "@criollapp/components",
3 "main": "./bundles/ca-components.umd.js",
4 "typings": "./typings/public_api.d.ts",
5 "version": "1.0.0",
6 "license": "MIT",
7 "description": "This is an angular module that provides a set of components that can be used with different functionalities and with little code.",
8 "scripts": {
9 "build": "node build.js",
10 "copy-files": "cp package.json dist && cp readme.md dist",
11 "test": "ng test",
12 "coverage": "ng test --preserve-symlinks --code-coverage=true",
13 "ng": "ng",
14 "start": "ng serve",
15 "lint": "ng lint",
16 "e2e": "ng e2e",
17 "pack-lib": "npm pack ./dist",
18 "publish-lib": "npm publish ./dist",
19 "publish-lib:next": "npm publish --tag next ./dist",
20 "compodoc": "compodoc -p tsconfig.json",
21 "compodoc-serve": "compodoc -s",
22 "link": "npm link @x/tests && npm link @x/common && npm link @x/theme"
23 },
24 "keywords": [
25 "angular2",
26 "library",
27 "example"
28 ],
29 "author": "Miguel Rivera",
30 "private": false,
31 "devDependencies": {
32 "@angular/cli": "^1.6.6",
33 "@angular/common": "^5.2.2",
34 "@angular/compiler": "^5.2.2",
35 "@angular/compiler-cli": "^5.2.2",
36 "@angular/core": "^5.2.2",
37 "@angular/forms": "^5.2.2",
38 "@angular/platform-browser": "^5.2.2",
39 "@angular/platform-browser-dynamic": "^5.2.2",
40 "@types/jasmine": "^2.8.6",
41 "clean-css": "^4.1.9",
42 "html-minifier": "^3.5.8",
43 "jasmine-core": "^2.9.1",
44 "karma": "^2.0.0",
45 "karma-chrome-launcher": "^2.2.0",
46 "karma-coverage-istanbul-reporter": "^1.4.1",
47 "karma-jasmine": "^1.1.1",
48 "karma-jasmine-html-reporter": "^0.2.2",
49 "node-sass": "^4.7.2",
50 "rollup": "^0.55.1",
51 "rollup-plugin-angular": "^0.5.3",
52 "rollup-plugin-license": "^0.5.0",
53 "rollup-plugin-node-resolve": "^3.0.2",
54 "rollup-plugin-sourcemaps": "^0.4.2",
55 "rollup-plugin-typescript2": "^0.10.0",
56 "shelljs": "^0.8.1"
57 },
58 "dependencies": {
59 "zone.js": "^0.8.20"
60 }
61}