UNPKG

2.09 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.5",
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/common && npm link @x/theme"
23 },
24 "keywords": [
25 "angular2",
26 "angular",
27 "components",
28 "module",
29 "library"
30 ],
31 "author": "Miguel Rivera",
32 "private": false,
33 "devDependencies": {
34 "@angular/cli": "^1.6.6",
35 "@angular/common": "^5.2.2",
36 "@angular/compiler": "^5.2.2",
37 "@angular/compiler-cli": "^5.2.2",
38 "@angular/core": "^5.2.2",
39 "@angular/forms": "^5.2.2",
40 "@angular/platform-browser": "^5.2.2",
41 "@angular/platform-browser-dynamic": "^5.2.2",
42 "@types/jasmine": "^2.8.6",
43 "clean-css": "^4.1.9",
44 "html-minifier": "^3.5.8",
45 "jasmine-core": "^2.9.1",
46 "karma": "^2.0.0",
47 "karma-chrome-launcher": "^2.2.0",
48 "karma-coverage-istanbul-reporter": "^1.4.1",
49 "karma-jasmine": "^1.1.1",
50 "karma-jasmine-html-reporter": "^0.2.2",
51 "node-sass": "^4.7.2",
52 "rollup": "^0.55.1",
53 "rollup-plugin-angular": "^0.5.3",
54 "rollup-plugin-license": "^0.5.0",
55 "rollup-plugin-node-resolve": "^3.0.2",
56 "rollup-plugin-sourcemaps": "^0.4.2",
57 "rollup-plugin-typescript2": "^0.10.0",
58 "shelljs": "^0.8.1"
59 },
60 "repository" : {
61 "type" : "git",
62 "url" : "https://github.com/criollapp/components.git"
63 },
64 "dependencies": {
65 "zone.js": "^0.8.20"
66 }
67}