This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.53 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
51
52
{
"name": "vue-async-data-2",
"version": "0.0.2",
"description": "",
"main": "src/main.es5.js",
"scripts": {
"test": "unit",
"unit": "karma start karma.conf.js --single-run",
"unit:watch": "karma start karma.conf.js",
"build": "babel src/main.js -o src/main.es5.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kamijin-fanta/vue-async-data.git"
},
"author": "kamijin-fanta <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kamijin-fanta/vue-async-data/issues"
},
"homepage": "https://github.com/kamijin-fanta/vue-async-data#readme",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-istanbul": "^4.1.1",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"eslint": "^3.12.2",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^2.0.6",
"eslint-loader": "^1.6.1",
"eslint-plugin-html": "^1.7.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"function-bind": "^1.1.0",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.8.0",
"vue": "^2.1.6",
"webpack": "^1.14.0"
},
"dependencies": {
"babel-runtime": "^6.22.0"
}
}