UNPKG

1.28 kBJSONView Raw
1{
2 "name": "angular2-counto",
3 "version": "1.2.5",
4 "description": "Awesome angular package for counting animations.",
5 "main": "index.js",
6 "directories": {
7 "test": "tests"
8 },
9 "scripts": {
10 "build": "ngc",
11 "build:example": "ngc -p example/",
12 "lite": "lite-server",
13 "serve": "concurrently \"npm run build\" \"npm run build:example\" \"npm run lite\" "
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/izupet/angular2-counto.git"
18 },
19 "dependencies": {},
20 "keywords": [
21 "angular",
22 "count",
23 "animation",
24 "awesome"
25 ],
26 "author": "Igor Zupet",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/izupet/angular2-counto/issues"
30 },
31 "devDependencies": {
32 "@angular/common": "^5.1.0",
33 "@angular/compiler": "^5.1.0",
34 "@angular/compiler-cli": "^5.1.0",
35 "@angular/core": "^5.1.0",
36 "@angular/forms": "^5.1.0",
37 "@angular/http": "^5.1.0",
38 "@angular/platform-browser": "^5.1.0",
39 "@angular/platform-browser-dynamic": "^5.1.0",
40 "@types/node": "~6.0.60",
41 "concurrently": "^3.5.1",
42 "core-js": "^2.4.1",
43 "jasmine-core": "~2.8.0",
44 "lite-server": "^2.3.0",
45 "rxjs": "^5.5.6",
46 "systemjs": "0.21.0",
47 "typescript": "~2.5.3",
48 "zone.js": "^0.8.19"
49 }
50}