-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.05 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
{
"name": "guinguette",
"version": "0.1.1",
"description": "The accordion plugin that smells good the french baguette",
"main": "dist/guinguette.js",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babelify": "^8.0.0",
"browser-sync": "^2.26.3",
"browserify": "^16.2.3",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^7.0.1",
"gulp-clean-css": "^3.9.4",
"gulp-uglify": "^3.0.0",
"vinyl-source-stream": "^2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agence-webup/guinguette.git"
},
"keywords": [
"accordion",
"guinguette"
],
"author": "Agence Webup",
"license": "MIT",
"bugs": {
"url": "https://github.com/agence-webup/guinguette/issues"
},
"homepage": "https://github.com/agence-webup/guinguette#readme"
}