-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.33 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
{
"name": "vue-notifikation",
"version": "1.1.0",
"description": "vue plugin for notifications",
"main": "dest/vue-notifikation.js",
"scripts": {},
"keywords": [
"vuejs",
"js",
"plugin",
"notifications"
],
"repository": {
"type": "git",
"url": "https://github.com/happyCoda/vue-notifikation.git"
},
"bugs": {
"url": "https://github.com/happyCoda/vue-notifikation/issues"
},
"homepage": "https://github.com/happyCoda/vue-notifikation",
"author": "happyCoda",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.8",
"browserify": "^14.1.0",
"browserify-derequire": "^0.9.4",
"eslintify": "^3.1.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-less": "^3.3.0",
"gulp-load-tasks": "^0.8.4",
"gulp-rename": "^1.2.2",
"gulp-sequence": "^0.4.6",
"gulp-util": "^3.0.8",
"jasmine-core": "^2.5.2",
"karma": "^1.4.1",
"karma-browserify": "^5.1.1",
"karma-es6-shim": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.30",
"uglifyify": "^3.0.4",
"vinyl-source-stream": "^1.1.0",
"vueify": "^9.4.1",
"watchify": "^3.9.0"
},
"dependencies": {
"vue": "^2.2.4"
}
}