forked from airtonix/vue-resource-mock
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "vue-resource-mock",
"version": "0.0.11",
"scripts": {
"dist": "NODE_ENV=production webpack --config webpack.config.js",
"test": "echo 'no test'"
},
"description": "A mock middleware for vue-resource",
"main": "dist/vue-resource-mock.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/noru/vue-resource-mock.git"
},
"keywords": [
"middleware",
"vue",
"vue-resource",
"http",
"mock",
"component"
],
"author": "nooooru@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/noru/vue-resource-mock/issues"
},
"homepage": "https://github.com/noru/vue-resource-mock#readme",
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"webpack": "^1.13.3"
},
"dependencies": {
"qs": "^6.3.0",
"url-pattern": "^1.0.3"
},
"peerDependencies": {
"vue-resource": "^0.9.x || ^1.x"
}
}