0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 16:00:19 -05:00
penpot/package.json

35 lines
847 B
JSON
Raw Normal View History

2015-06-18 12:35:50 -05:00
{
"name": "uxbox",
"version": "0.1.0",
2015-06-18 12:35:50 -05:00
"author": "Uxbox",
"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",
"figwheel": "./scripts/build-worker && ./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
},
"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",
"gulp-mustache": "2.2.0",
2016-02-19 14:22:14 -05:00
"gulp-plumber": "1.1.0",
"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
}
}