mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
28 lines
644 B
JSON
28 lines
644 B
JSON
{
|
|
"name": "uxbox",
|
|
"version": "0.1.0",
|
|
"author": "Uxbox",
|
|
"license": "SEE LICENSE IN <LICENSE>",
|
|
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/uxbox/uxbox"
|
|
},
|
|
|
|
"scripts": {
|
|
"watch": "gulp",
|
|
"dist": "gulp dist",
|
|
"figwheel": "./scripts/figwheel",
|
|
"test-watch": "./scripts/watch",
|
|
"docker": "sudo docker run -ti -v `pwd`:/home/uxbox/uxbox -v $HOME/.m2:/home/uxbox/.m2 -p 3449:3449 uxbox tmux"
|
|
},
|
|
|
|
"devDependencies": {
|
|
"gulp": "3.9.0",
|
|
"gulp-clean": "0.3.1",
|
|
"gulp-plumber": "1.0.1",
|
|
"gulp-sass": "2.1.1",
|
|
"gulp-autoprefixer": "3.1.0",
|
|
"gulp-watch": "4.3.5"
|
|
}
|
|
}
|