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",
|
|
|
|
"gulp-autoprefixer": "^6.1.0",
|
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",
|
|
|
|
"gulp-if": "^2.0.2",
|
2019-07-02 19:13:39 +02:00
|
|
|
"gulp-mustache": "^4.1.1",
|
2019-05-31 13:50:55 +02:00
|
|
|
"gulp-plumber": "^1.2.1",
|
|
|
|
"gulp-rename": "^1.4.0",
|
|
|
|
"gulp-sass": "^4.0.2",
|
|
|
|
"rimraf": "^2.6.3"
|
2016-02-19 21:22:14 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-05-31 13:50:55 +02:00
|
|
|
"source-map-support": "^0.5.12"
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
|
|
|
}
|