forked from aarondfrancis/vue-model
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1010 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
31
32
33
34
35
{
"name": "vue-model",
"version": "0.0.3",
"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": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aarondfrancis/vue-model.git"
},
"keywords": [
"vuejs",
"vue",
"model",
"restful"
],
"author": "Aaron Francis <[email protected]> (http://aaronfrancis.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/aarondfrancis/vue-model/issues"
},
"homepage": "https://github.com/aarondfrancis/vue-model#readme",
"dependencies": {
"lodash": "^4.13.1",
"vue": "^1.0.26",
"vue-resource": "^0.9.3"
},
"devDependencies": {
"gulp": "^3.9.1",
"laravel-elixir": "^6.0.0-0",
"laravel-elixir-browserify-official": "^0.1.3"
}
}