2015-06-18 19:35:50 +02:00
|
|
|
{
|
2016-02-02 18:18:59 +02:00
|
|
|
"name": "uxbox",
|
|
|
|
"version": "0.1.0",
|
2019-02-15 20:28:24 +01:00
|
|
|
"description": "The Open-Source prototyping tool",
|
2015-06-18 19:35:50 +02:00
|
|
|
"author": "Uxbox",
|
2016-02-02 18:18:59 +02:00
|
|
|
"license": "SEE LICENSE IN <LICENSE>",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/uxbox/uxbox"
|
|
|
|
},
|
2019-07-19 08:37:21 +00:00
|
|
|
"scripts": {},
|
2016-02-02 18:18:59 +02:00
|
|
|
"devDependencies": {
|
2019-05-31 13:50:55 +02:00
|
|
|
"gulp": "4.0.2",
|
2019-11-22 17:19:34 +00:00
|
|
|
"gulp-autoprefixer": "^7.0.1",
|
2019-07-02 20:04:15 +02:00
|
|
|
"gulp-clean-css": "^4.2.0",
|
2019-05-31 13:50:55 +02:00
|
|
|
"gulp-gzip": "^1.4.2",
|
2019-08-23 19:12:51 +02:00
|
|
|
"gulp-if": "^3.0.0",
|
|
|
|
"gulp-mustache": "^4.1.2",
|
2019-05-31 13:50:55 +02:00
|
|
|
"gulp-plumber": "^1.2.1",
|
2020-01-11 15:59:31 +00:00
|
|
|
"gulp-rename": "^2.0.0",
|
2019-05-31 13:50:55 +02:00
|
|
|
"gulp-sass": "^4.0.2",
|
2019-08-23 19:12:51 +02:00
|
|
|
"rimraf": "^3.0.0"
|
2016-02-19 21:22:14 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-01-15 17:58:41 +01:00
|
|
|
"source-map-support": "^0.5.16",
|
|
|
|
"transformation-matrix": "^2.2.0"
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
|
|
|
}
|