-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
35 lines (35 loc) · 892 Bytes
/
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
{
"name": "angularjs-yandex-metrika",
"version": "2.1.0",
"description": "Yandex Metrika service for angularjs",
"main": "./dist/metrika.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/FriOne/angularjs-yandex-metrika.git"
},
"scripts": {
"build": "webpack"
},
"keywords": [
"yandex",
"metrika",
"angular",
"angularjs"
],
"author": "Lyubimov Roman",
"license": "MIT",
"bugs": {
"url": "https://github.com/FriOne/angularjs-yandex-metrika/issues"
},
"homepage": "https://github.com/FriOne/angularjs-yandex-metrika#readme",
"devDependencies": {
"@types/angular": "1.x",
"@types/jquery": "^2.0.47",
"angular": "1.x",
"awesome-typescript-loader": "3.0.4",
"declaration-bundler-webpack-plugin": "^1.0.3",
"typescript": "2.1.6",
"webpack": "2.x",
"webpack-dev-server": "2.x"
}
}