-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.45 KB
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
44
45
46
47
48
{
"name": "vue-properties",
"version": "1.0.0",
"description": "Set of handy validators for Vue.js properties",
"main": "index.js",
"scripts": {
"babel": "./node_modules/.bin/babel-node --presets es2015",
"test": "./node_modules/karma/bin/karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PleaseDontKillMe/vue-properties.git"
},
"keywords": [
"vue",
"vue.js",
"validator",
"validators",
"prop",
"props",
"properties"
],
"author": "Daniel Wilkowski",
"license": "MIT",
"bugs": {
"url": "https://github.com/PleaseDontKillMe/vue-properties/issues"
},
"homepage": "https://github.com/PleaseDontKillMe/vue-properties#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "~5.0.3",
"jasmine-core": "^2.8.0",
"karma": "^1.7.1",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^2.2.0",
"karma-commonjs": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^2.0.6",
"phantomjs-polyfill-object-assign": "0.0.2",
"phantomjs-prebuilt": "^2.1.16",
"webpack": "^3.8.1"
}
}