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-06-14 23:50:55 +03:00
|
|
|
"dist": "./scripts/dist",
|
2016-02-21 18:01:27 +02:00
|
|
|
"clean": "gulp clean",
|
2016-04-11 18:03:34 +03:00
|
|
|
"figwheel": "./scripts/build-worker && ./scripts/figwheel",
|
2016-02-02 18:18:59 +02:00
|
|
|
"test-watch": "./scripts/watch",
|
2016-03-03 23:47:31 +02:00
|
|
|
"test-build": "./scripts/build"
|
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",
|
2016-02-21 16:42:35 +02:00
|
|
|
"gulp-autoprefixer": "3.1.0",
|
2016-04-03 13:19:11 +03:00
|
|
|
"gulp-css-base64": "1.3.4",
|
2016-02-21 16:42:35 +02:00
|
|
|
"gulp-cssmin": "0.1.7",
|
2016-06-14 23:50:55 +03:00
|
|
|
"gulp-if": "2.0.1",
|
2016-02-28 10:12:25 +02:00
|
|
|
"gulp-mustache": "2.2.0",
|
2016-02-19 21:22:14 +02:00
|
|
|
"gulp-plumber": "1.1.0",
|
2016-02-28 10:12:25 +02:00
|
|
|
"gulp-rename": "1.2.2",
|
2016-05-24 21:52:29 +03:00
|
|
|
"gulp-sass": "2.3.1",
|
|
|
|
"gulp-watch": "4.3.6",
|
2016-02-21 18:01:27 +02:00
|
|
|
"rimraf": "2.5.2",
|
2016-05-24 21:52:29 +03:00
|
|
|
"run-sequence": "1.2.1"
|
2016-02-19 21:22:14 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"source-map-support": "0.4.0"
|
2015-06-18 19:35:50 +02:00
|
|
|
}
|
|
|
|
}
|