forked from freearhey/vue2-filters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 967 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
{
"name": "vue2-filters",
"version": "0.1.9",
"description": "The list of standard filters Vue.js 1.* adapted for use in Vue.js 2.*",
"main": "dist/vue2-filters.js",
"scripts": {
"build": "node_modules/.bin/webpack src/index.js dist/vue2-filters.min.js --output-library-target umd --optimize-minimize",
"dev": "node_modules/.bin/webpack src/index.js dist/vue2-filters.js --output-library-target umd --watch",
"test": "node_modules/.bin/karma start test/karma.conf.js --single-run --no-auto-watch"
},
"keywords": [
"vuejs",
"vue",
"filters",
"vue2-filters"
],
"author": "Arhey",
"license": "MIT",
"devDependencies": {
"babel-core": "6.18.2",
"babel-loader": "6.2.8",
"babel-preset-es2015": "6.18.0",
"jasmine": "2.5.2",
"karma": "1.3.0",
"karma-jasmine": "1.0.2",
"karma-phantomjs-launcher": "1.0.2",
"karma-webpack": "1.8.0",
"webpack": "2.1.0-beta.27"
},
"dependencies": {}
}