forked from LancerComet/vue-jsonp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.64 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
53
54
55
56
57
58
59
60
61
62
{
"name": "vue-jsonp",
"version": "0.1.8",
"description": "A tiny library for handling JSONP request.",
"main": "dist/vue-jsonp.umd.js",
"keywords": [
"Vue",
"JSONP"
],
"scripts": {
"predev": "gulp",
"pretest": "gulp",
"dev": "karma start ./test/karma.conf.js",
"build": "gulp",
"test": "karma start ./test/karma.conf.js --single-run"
},
"author": {
"name": "LancerComet",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/LancerComet/vue-jsonp.git"
},
"license": "MIT",
"typings": "index.d.ts",
"devDependencies": {
"aliasify": "^2.0.0",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-2": "^6.17.0",
"babel-runtime": "^6.11.6",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"chai": "^3.5.0",
"function-bind": "^1.1.0",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-umd": "^0.2.0",
"gulp-util": "^3.0.7",
"karma": "^1.3.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-browserify": "^5.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon-chai": "^1.2.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"minifyify": "^7.3.4",
"mocha": "^3.1.2",
"phantomjs-prebuilt": "^2.1.14",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"vue": "^2.0.5",
"watchify": "^3.7.0"
}
}