-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.39 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
44
45
46
47
48
49
50
{
"name": "vue-globalize",
"version": "0.2.2",
"description": "Globalize plugin for Vue",
"main": "dist/vue-globalize.js",
"scripts": {
"test": "yarpm run unit",
"unit": "karma start test/unit/karma.conf.js --single-run",
"build": "webpack --progress",
"watch": "webpack --progress --watch",
"example": "webpack --config example/webpack.config.js"
},
"author": {
"name": "Nikola Kovacs",
"email": "nikola.kovacs@gmail.com"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-istanbul": "^4.1.4",
"babel-preset-env": "^1.5.2",
"babel-preset-stage-2": "^6.24.1",
"bundle-loader": "^0.5.5",
"chai": "^4.0.2",
"cldr-data": "^31.0.2",
"es6-promise": "^4.1.1",
"eslint": "^4.1.1",
"globalize": "^1.3.0",
"globalize-config-loader": "^0.2.0",
"imports-loader": "^0.7.1",
"json-loader": "^0.5.4",
"karma": "^1.7.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-phantomjs-shim": "^1.4.0",
"karma-sinon-chai": "^1.3.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.31",
"karma-webpack": "^2.0.3",
"mocha": "^3.4.2",
"sinon": "^2.3.6",
"sinon-chai": "^2.11.0",
"vue": "^2.3.4",
"webpack": "^3.0.0",
"yarpm": "^0.2.1"
},
"dependencies": {}
}