0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-07 15:39:42 -05:00
penpot/package.json

20 lines
362 B
JSON
Raw Normal View History

2015-06-18 12:35:50 -05:00
{
"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"
}
}