0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 00:40:30 -05:00
penpot/frontend/package.json

28 lines
631 B
JSON
Raw Normal View History

2015-06-18 12:35:50 -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",
"license": "SEE LICENSE IN <LICENSE>",
"repository": {
"type": "git",
"url": "https://github.com/uxbox/uxbox"
},
2019-07-19 03:37:21 -05:00
"scripts": {},
"devDependencies": {
"gulp": "4.0.2",
2019-11-22 12:19:34 -05:00
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-gzip": "^1.4.2",
"gulp-if": "^3.0.0",
"gulp-mustache": "^4.1.2",
"gulp-plumber": "^1.2.1",
2020-01-11 10:59:31 -05:00
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"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
}
}