forked from izupet/angular2-counto
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.29 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.29 KB
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
{
"name": "angular2-counto",
"version": "1.2.2",
"description": "Awesome angular package for counting animations.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "tsc",
"build:example": "tsc -p example/",
"lite": "lite-server",
"serve": "concurrently \"npm run build\" \"npm run build:example\" \"npm run lite\" "
},
"repository": {
"type": "git",
"url": "https://github.com/izupet/angular2-counto.git"
},
"dependencies": {},
"keywords": [
"angular",
"count",
"animation",
"awesome"
],
"author": "Igor Zupet",
"license": "MIT",
"bugs": {
"url": "https://github.com/izupet/angular2-counto/issues"
},
"devDependencies": {
"@angular/common": "^2.4.0",
"@angular/compiler": "^2.4.0",
"@angular/compiler-cli": "^2.4.0",
"@angular/core": "^2.4.0",
"@angular/forms": "^2.4.0",
"@angular/http": "^2.4.0",
"@angular/platform-browser": "^2.4.0",
"@angular/platform-browser-dynamic": "^2.4.0",
"@types/core-js": "^0.9.37",
"concurrently": "^3.2.0",
"lite-server": "^2.2.2",
"rxjs": "^5.2.0",
"typescript": "~2.0.0",
"zone.js": "^0.7.6",
"core-js": "^2.4.1",
"@types/node": "^6.0.46",
"@types/jasmine": "2.5.36",
"systemjs": "0.19.40"
}
}