-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 978 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
37
38
39
40
{
"name": "vue-colcade",
"version": "1.2.4",
"description": "Vue.js 2 plugin around Colcade",
"main": "dist/vue-colcade.min.js",
"author": "Alexis Colin",
"license": "MIT",
"private": false,
"repository": "git+https://github.com/alexiscolin/vue-colcade.git",
"keywords": [
"vue",
"colcade",
"grid",
"plugin",
"wrapper"
],
"dependencies": {
"colcade": "^0.2.0"
},
"scripts": {
"test": "eslint src/index.js"
},
"bugs": {
"url": "https://github.com/alexiscolin/vue-colcade/issues"
},
"homepage": "https://github.com/alexiscolin/vue-colcade#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.1",
"gulp-rename": "^1.4.0",
"gulp-uglifyjs": "^0.6.2",
"lodash": "^4.17.11",
"js-yaml": ">=3.13.1"
}
}