2015-06-18 12:35:50 -05:00
|
|
|
{
|
2016-02-02 11:18:59 -05:00
|
|
|
"name": "uxbox",
|
|
|
|
"version": "0.1.0",
|
2015-06-18 12:35:50 -05:00
|
|
|
"author": "Uxbox",
|
2016-02-02 11:18:59 -05:00
|
|
|
"license": "SEE LICENSE IN <LICENSE>",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/uxbox/uxbox"
|
|
|
|
},
|
2015-06-18 12:35:50 -05:00
|
|
|
"scripts": {
|
|
|
|
"watch": "gulp",
|
2016-02-21 13:50:26 -05:00
|
|
|
"dist": "gulp clean && ./scripts/dist && gulp dist",
|
2016-02-21 11:01:27 -05:00
|
|
|
"clean": "gulp clean",
|
2016-02-02 11:18:59 -05:00
|
|
|
"figwheel": "./scripts/figwheel",
|
|
|
|
"test-watch": "./scripts/watch",
|
2016-03-03 16:47:31 -05:00
|
|
|
"test-build": "./scripts/build"
|
2015-06-18 12:35:50 -05:00
|
|
|
},
|
2016-02-02 11:18:59 -05:00
|
|
|
"devDependencies": {
|
2016-02-19 14:22:14 -05:00
|
|
|
"gulp": "3.9.1",
|
2016-02-21 09:42:35 -05:00
|
|
|
"gulp-autoprefixer": "3.1.0",
|
2016-04-03 05:19:11 -05:00
|
|
|
"gulp-css-base64": "1.3.4",
|
2016-02-21 09:42:35 -05:00
|
|
|
"gulp-cssmin": "0.1.7",
|
2016-02-28 03:12:25 -05:00
|
|
|
"gulp-mustache": "2.2.0",
|
2016-02-19 14:22:14 -05:00
|
|
|
"gulp-plumber": "1.1.0",
|
2016-02-28 03:12:25 -05:00
|
|
|
"gulp-rename": "1.2.2",
|
2016-02-19 14:22:14 -05:00
|
|
|
"gulp-sass": "2.2.0",
|
2016-02-21 09:42:35 -05:00
|
|
|
"gulp-watch": "4.3.5",
|
2016-02-21 11:01:27 -05:00
|
|
|
"rimraf": "2.5.2",
|
2016-02-21 09:42:35 -05:00
|
|
|
"run-sequence": "1.1.5"
|
2016-02-19 14:22:14 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"source-map-support": "0.4.0"
|
2015-06-18 12:35:50 -05:00
|
|
|
}
|
|
|
|
}
|