-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
43 lines (43 loc) · 1.2 KB
/
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
36
37
38
39
40
41
42
43
{
"name": "democracy-os-fr.github.io",
"version": "1.0.0",
"description": "site project",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/democracy-os-fr/democracy-os-fr.github.io.git"
},
"author": "moustachu ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/democracy-os-fr/democracy-os-fr.github.io/issues"
},
"homepage": "https://github.com/democracy-os-fr/democracy-os-fr.github.io",
"devDependencies": {
"bootstrap": "^3.3.4",
"browser-sync": "^2.5.3",
"font-awesome": "^4.3.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.5.2",
"gulp-copy": "0.0.2",
"gulp-image": "^0.5.7",
"gulp-inline-source": "^1.2.0",
"gulp-jshint": "^1.10.0",
"gulp-less": "^3.0.2",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.0.0",
"gulp-phantom": "0.0.6",
"gulp-prompt": "^0.1.2",
"gulp-rename": "^1.2.2",
"gulp-sitemap": "^2.0.2",
"gulp-uglify": "^1.2.0",
"holderjs": "^2.6.0",
"imagesloaded": "^3.1.8",
"jquery": "^2.1.4",
"url-regexp": "^1.0.2"
}
}