0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00
penpot/package.json
2015-12-30 00:18:59 +02:00

19 lines
362 B
JSON

{
"name": "uxbox-ui",
"version": "0.0.0",
"main": "app.js",
"author": "Uxbox",
"license": "BSD",
"scripts": {
"watch": "gulp",
"dist": "gulp dist"
},
"dependencies": {
"gulp": "3.8.11",
"gulp-clean": "0.3.1",
"gulp-plumber": "0.6.2",
"gulp-sass": "2.0.4",
"gulp-autoprefixer": "2.3.1",
"gulp-watch": "4.2.5"
}
}