forked from pagekit/vue-resource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.1 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
44
45
46
47
{
"name": "vue-resource",
"version": "1.2.0",
"main": "dist/vue-resource.common.js",
"jsnext:main": "dist/vue-resource.es2015.js",
"description": "The HTTP client for Vue.js",
"homepage": "https://github.com/pagekit/vue-resource#readme",
"license": "MIT",
"keywords": [
"vue",
"xhr",
"http",
"ajax"
],
"bugs": {
"url": "https://github.com/pagekit/vue-resource/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pagekit/vue-resource.git"
},
"scripts": {
"test": "jest --env=node",
"build": "node build/build.js",
"release": "node build/release.js",
"webpack": "webpack --config test/webpack.config.js"
},
"browser": {
"got": false
},
"dependencies": {
"got": "^6.7.1"
},
"devDependencies": {
"buble": "^0.15.2",
"buble-loader": "^0.4.0",
"generate-release": "^0.11.0",
"jasmine-core": "^2.5.2",
"jest": "^19.0.2",
"replace-in-file": "^2.0.1",
"rollup": "^0.41.4",
"rollup-plugin-buble": "^0.15.0",
"uglify-js": "^2.7.5",
"vue": "^2.1.10",
"webpack": "^2.2.0"
}
}