-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 877 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
32
33
34
35
36
{
"name": "dwy-vue-session",
"version": "1.0.6",
"description": "A vue front-end session plugin",
"main": "dist/vue-session.js",
"scripts": {
"test": "mocha",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "[email protected]:parox2014/vue-session.git"
},
"typings":"./vue-session.d.ts",
"keywords": [
"session",
"vue-session",
"front-end-session",
"vue-plugin"
],
"author": "William Du",
"license": "MIT",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"babel-preset-stage-1": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"babel-preset-stage-3": "^6.22.0",
"mocha": "^3.2.0",
"webpack": "^1.14.0"
}
}