-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
120 lines (120 loc) · 3.38 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "ng2-odometer",
"description": "Odometer for Angular2",
"author": "Jose Andres <jmandreslopez@gmail.com>",
"license": "MIT",
"version": "1.1.3",
"keywords": [
"hubspot",
"odometer",
"hubspot",
"angular",
"angular2",
"ng2-odometer"
],
"main": "./dist/index",
"typings": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/jmandreslopez/ng2-odometer.git"
},
"bugs": {
"url": "https://github.com/jmandreslopez/ng2-odometer/issues"
},
"homepage": "https://github.com/jmandreslopez/ng2-odometer#readme",
"scripts": {
"rimraf": "rimraf",
"lint": "tslint ./*.ts ./src/{,*/}*.ts",
"clean": "npm cache clean && npm run rimraf -- node_modules dist",
"preclean:install": "npm run clean",
"clean:install": "npm set progress=false && npm install",
"commit": "git-cz",
"build": "tsc -d && ngc",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"dependencies": {
"odometer": "^0.4.8"
},
"devDependencies": {
"@angular/cli": "^1.1.2",
"@angular/common": "^2.4.7",
"@angular/compiler": "^2.4.7",
"@angular/compiler-cli": "^2.4.7",
"@angular/core": "^2.4.7",
"@angular/forms": "^2.4.7",
"@angular/platform-browser": "^2.4.7",
"@angular/platform-browser-dynamic": "^2.4.7",
"@angular/platform-server": "^2.4.7",
"@angular/router": "3.4.7",
"@angular/tsc-wrapped": "0.5.1",
"@ngtools/webpack": "1.1.4",
"@types/core-js": "0.9.35",
"@types/es6-shim": "^0.31.32",
"@types/jasmine": "^2.5.35",
"@types/karma": "0.13.33",
"@types/lodash": "^4.14.52",
"@types/node": "^7.0.0",
"angular2-template-loader": "0.6.0",
"bulma": "0.2.3",
"classlist-polyfill": "1.0.3",
"codecov": "1.0.1",
"codelyzer": "~2.0.0-beta.4",
"commitizen": "^2.8.6",
"concurrently": "^3.1.0",
"conventional-changelog-cli": "1.2.0",
"conventional-github-releaser": "1.1.3",
"core-js": "^2.4.0",
"cpy": "5.0.0",
"cpy-cli": "1.0.1",
"css-loader": "^0.23.1",
"cz-conventional-changelog": "^1.2.0",
"del-cli": "0.2.1",
"es6-promise": "^3.0.2",
"es6-shim": "^0.35.0",
"gitignore-to-glob": "0.3.0",
"google-code-prettify": "1.0.5",
"highlight.js": "^9.1.0",
"html-loader": "^0.4.3",
"jasmine": "2.5.3",
"jasmine-core": "^2.4.1",
"json-loader": "^0.5.4",
"karma": "^1.4.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-mocha-reporter": "^2.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-webpack": "^1.8.0",
"lodash": "^4.17.4",
"marked": "^0.3.6",
"ngm-cli": "0.4.4",
"node-sass": "^3.6.0",
"npm-run-all": "^4.0.1",
"phantomjs-prebuilt": "^2.1.7",
"pre-commit": "1.2.2",
"raw-loader": "^0.5.1",
"reflect-metadata": "^0.1.3",
"require-dir": "0.3.1",
"rimraf": "~2.5.4",
"rxjs": "^5.0.3",
"sass-loader": "^5.0.0",
"semantic-release": "^6.3.2",
"style-loader": "^0.13.1",
"systemjs-builder": "0.15.34",
"ts-helpers": "^1.1.1",
"ts-loader": "^1.0.0",
"ts-node": "2.0.0",
"tslint": "4.3.1",
"typescript": "^2.1.6",
"webpack": "^2.2.1",
"zone.js": "^0.7.6"
},
"engines": {
"node": ">=6.2.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}