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