forked from erikwett/qsVariable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 884 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
{
"name": "Variable",
"version": "5.0.0",
"description": "Variable extension",
"keywords": [
"qliksense extension"
],
"main": "variable.js",
"private": true,
"homepage": "https://github.com/erikwett/qsVariable",
"bugs": "https://github.com/erikwett/qsVariable/issues",
"author": "Erik Wetterberg upper88.com",
"contributors": [
"Brett Farley contextbi.com"
],
"license": "MIT",
"repository": "https://github.com/erikwett/qsVariable",
"devDependencies": {
"cssnano": "^3.4.0",
"del": "^2.0.2",
"eslint": "^4.8.0",
"gulp": "^3.9.0",
"gulp-cssnano": "^2.1.0",
"gulp-dest": "^0.2.3",
"gulp-ignore": "^2.0.1",
"gulp-less": "^3.0.3",
"gulp-replace": "^0.5.4",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.0.2",
"less-plugin-autoprefix": "^1.5.1",
"requirejs": "^2.1.22",
"run-sequence": "^1.1.2"
}
}