forked from aarondfrancis/vue-model
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.2 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-model",
"version": "2.0.7",
"description": "A Javascript plugin for the excellent Vue.js framework that gives you the ability to transform your plain data into rich models with built-in and customizable HTTP actions.",
"main": "src/VueModel.js",
"scripts": {
"test": "karma start --single-run",
"test:watch": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aarondfrancis/vue-model.git"
},
"keywords": [
"vuejs",
"vue",
"model",
"restful"
],
"author": "Aaron Francis <aarondfrancis@gmail.com> (http://aaronfrancis.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/aarondfrancis/vue-model/issues"
},
"homepage": "https://github.com/aarondfrancis/vue-model#readme",
"dependencies": {
"axios": "^0.16.2",
"lodash": "^4.17.4",
"vue": "^2.0",
"promise": "^8.0.1",
"promise.prototype.finally": "^3.0.1"
},
"devDependencies": {
"browserify": "^14.5.0",
"jasmine-core": "^2.8.0",
"karma": "^1.7.1",
"karma-browserify": "^5.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.5",
"watchify": "^3.9.0"
}
}