-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 841 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
{
"name": "ng-chocolat",
"version": "1.0.0",
"description": "angular integration of the famous lightbox jQuery plugin chocolat.js",
"main": "dist/ng-chocolat.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Benoit deKajoo <dekajoo@gmail.com>",
"license": "CC-BY-2.0",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.9.2",
"jquery": "^3.2.1"
},
"dependencies": {
"angular": "^1.6.4",
"chocolat": "^0.4.18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beuted/ng-chocolat.git"
},
"keywords": [
"ng-chocolat",
"chocolat.js",
"lightbox",
"angular"
],
"bugs": {
"url": "https://github.com/beuted/ng-chocolat/issues"
},
"homepage": "https://github.com/beuted/ng-chocolat#readme"
}