-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
39 lines (39 loc) · 973 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
35
36
37
38
39
{
"name": "vuejs-bitly",
"version": "1.0.0",
"description": "Shorten URLs with VueJS and Bitly API",
"author": "Mickael SURREL <ALPIXEL>",
"license": "MIT",
"dependencies": {
"ChuckCSS": "^3",
"vue": "^2.1.0",
"axios": "^0.15.3"
},
"devDependencies": {
"autoprefixer": "^3.1.0",
"babel-core": "^6.22.1",
"babel-preset-es2015": "^6.22.0",
"browserify": "^14.0.0",
"gifsicle": "^3.0.3",
"gulp": "^3.9.0",
"gulp-autoprefixer": "3.1.0",
"gulp-cache": "^0.4.5",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-less": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-rev": "7.0.0",
"gulp-rewrite-css": "^0.0.8",
"gulp-shell": "^0.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"vueify": "^9.4.0"
},
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "https://github.com/alpixel/bitly-vuejs.git"
},
"keywords": []
}