-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 840 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
{
"name": "vue-resource-nprogress",
"version": "1.0.2",
"description": "Interceptor that ties a progressbar to all requests, that it is clear that something is loading",
"main": "dist/vue-resource-nprogress.es5.js",
"repository": {
"type": "git",
"url": "git+https://github.com/imcvampire/vue-resource-nprogress.git"
},
"keywords": [
"vue",
"vue-resource",
"progressbar",
"interceptor"
],
"author": "imcvampire",
"license": "ISC",
"bugs": {
"url": "https://github.com/imcvampire/vue-resource-nprogress/issues"
},
"homepage": "https://github.com/imcvampire/vue-resource-nprogress#readme",
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "^6.13.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-rename": "^1.2.2",
"gulp-uglifyjs": "^0.6.2"
}
}