2015-06-18 19:35:50 +02:00
|
|
|
{
|
2016-02-02 18:18:59 +02:00
|
|
|
"name": "uxbox",
|
|
|
|
"version": "0.1.0",
|
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"
|
|
|
|
},
|
2015-06-18 19:35:50 +02:00
|
|
|
"scripts": {
|
|
|
|
"watch": "gulp",
|
2016-02-02 18:18:59 +02:00
|
|
|
"dist": "gulp dist",
|
|
|
|
"figwheel": "./scripts/figwheel",
|
|
|
|
"test-watch": "./scripts/watch",
|
2016-02-02 22:04:45 +02:00
|
|
|
"test-build": "./scripts/build",
|
2016-02-02 18:18:59 +02:00
|
|
|
"docker": "sudo docker run -ti -v `pwd`:/home/uxbox/uxbox -v $HOME/.m2:/home/uxbox/.m2 -p 3449:3449 uxbox tmux"
|
2015-06-18 19:35:50 +02:00
|
|
|
},
|
2016-02-02 18:18:59 +02:00
|
|
|
"devDependencies": {
|
2016-02-19 21:22:14 +02:00
|
|
|
"gulp": "3.9.1",
|
2015-06-18 19:35:50 +02:00
|
|
|
"gulp-clean": "0.3.1",
|
2016-02-19 21:22:14 +02:00
|
|
|
"gulp-plumber": "1.1.0",
|
|
|
|
"gulp-sass": "2.2.0",
|
2016-02-02 18:18:59 +02:00
|
|
|
"gulp-autoprefixer": "3.1.0",
|
|
|
|
"gulp-watch": "4.3.5"
|
2016-02-19 21:22:14 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"source-map-support": "0.4.0"
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
|
|
|
}
|