forked from PrestaShop/productcomments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 851 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": "productcomments",
"description": "Allows users to post reviews and rate products on specific criteria.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "cp node_modules/simplePagination.js/jquery.simplePagination.js views/js/jquery.simplePagination.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrestaShop/productcomments.git"
},
"keywords": [
"product",
"comments",
"reviews",
"rate",
"grade"
],
"author": "PrestaShop",
"license": "AFL-3.0",
"bugs": {
"url": "https://github.com/PrestaShop/productcomments/issues"
},
"homepage": "https://github.com/PrestaShop/productcomments#readme",
"dependencies": {
"simplePagination.js": "https://github.com/flaviusmatis/simplePagination.js.git"
}
}