forked from nicolas-t/Chocolat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 679 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 679 Bytes
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
{
"name": "chocolat",
"version": "0.4.12",
"main": [
"dist/css/chocolat.css",
"dist/js/jquery.chocolat.js"
],
"license": "GPLv3",
"dependencies": {
"jquery": "~1.8.2"
},
"devDependencies": {
"coffee-script": "^1.9.3",
"chai": "^3.0.0",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-mocha-phantomjs": "^0.6.1",
"gulp-util": "^3.0.6"
},
"authors": [
{
"name": "Nicolas Turlais",
"email": "nicolas@insipi.de",
" homepage": "http://nicolasturlais.com"
}
],
"homepage": "http://chocolat.insipi.de",
"repository": {
"type": "git",
"url": "git://github.com/nicolas-t/Chocolat.git"
}
}