-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 976 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-m-validator",
"version": "1.1.4",
"description": "Data Validation Library, for VueJs. Perhaps useful for other libraries/frameworks and other projects.",
"main": "lib/index.js",
"directories": {
"doc": "docs",
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "babel --preset es2015 -d lib/ src/",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Silksofthesoul/vue-m-validator.git"
},
"keywords": [
"vuejs",
"validation",
"forms"
],
"author": "Labuzov Evgeny <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Silksofthesoul/vue-m-validator/issues"
},
"homepage": "https://github.com/Silksofthesoul/vue-m-validator#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1"
}
}