-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "vue-logger",
"version": "0.0.4",
"description": "the logger module for Vue.js",
"main": "dist/vue-logger.js",
"scripts": {
"build": "node build/build.js",
"test": "jasmine JASMINE_CONFIG_PATH=test/jasmine.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lluvio/vue-logger.git"
},
"keywords": [
"vue",
"logger",
"log",
"jslog"
],
"author": "lluvio",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lluvio/vue-logger/issues"
},
"homepage": "https://github.com/Lluvio/vue-logger#readme",
"devDependencies": {
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2015-loose": "^8.0.0",
"babel-preset-es2015-loose-rollup": "^7.0.0",
"babelrc-rollup": "^3.0.0",
"eslint": "^4.18.2",
"eslint-config-vue": "^2.0.1",
"eslint-plugin-vue": "^1.0.0",
"jasmine": "^2.5.2",
"rollup": "^0.36.4",
"rollup-plugin-babel": "^2.6.1",
"uglify-js": "^2.7.5",
"vue": "^1.0.28"
}
}