forked from SerjoPepper/kick_sovetnik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 915 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
{
"name": "kick_sovetnik",
"version": "0.0.20",
"description": "KickSovetnik поможем вам заблокировать и отключить Яндекс-Советник на страницах товаров вашего интернет-магазина",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SerjoPepper/kick_sovetnik.git"
},
"keywords": [
"yandex",
"yandex-sovetnik"
],
"author": "serjopepper@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/SerjoPepper/kick_sovetnik/issues"
},
"homepage": "https://github.com/SerjoPepper/kick_sovetnik#readme",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.11.0"
}
}