forked from pagekit/vue-resource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 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
{
"name": "vue-resource",
"version": "1.0.3",
"main": "dist/vue-resource.common.js",
"jsnext:main": "dist/vue-resource.es2015.js",
"description": "The HTTP client for Vue.js",
"homepage": "https://github.com/vuejs/vue-resource#readme",
"license": "MIT",
"keywords": [
"vue",
"xhr",
"http",
"ajax"
],
"bugs": {
"url": "https://github.com/vuejs/vue-resource/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-resource.git"
},
"scripts": {
"test": "webpack --config test/webpack.config.js",
"build": "node build/build.js",
"release": "node build/release.js"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2015-loose-rollup": "^7.0.0",
"generate-release": "^0.10.1",
"jasmine-core": "^2.5.0",
"replace-in-file": "^2.0.1",
"rollup": "^0.34.13",
"rollup-plugin-babel": "^2.6.1",
"uglify-js": "^2.7.3",
"vue": "^1.0.26",
"webpack": "2.1.0-beta.21"
}
}