forked from scotch-io/vuejs-github-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 897 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
{
"name": "vuejs-github-explorer-blog",
"version": "1.0.0",
"description": "This is the repository for the code from the blog post \"Create a Github Explorer Using Vue.js.\"",
"author": "Thomas Truong",
"dependencies": {
"bootstrap": "^3.3.5",
"vue": "^1.0.0",
"vue-resource": "^0.1.16"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^11.2.0",
"eslint": "^1.7.3",
"font-awesome": "^4.4.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-copy": "0.0.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"partialify": "^3.1.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}