0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00
penpot/package.json

36 lines
845 B
JSON
Raw Normal View History

2015-06-18 19:35:50 +02:00
{
"name": "uxbox",
"version": "0.1.0",
2015-06-18 19:35:50 +02:00
"author": "Uxbox",
"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",
"dist": "./scripts/dist",
2016-02-21 18:01:27 +02:00
"clean": "gulp clean",
"figwheel": "./scripts/build-worker && ./scripts/figwheel",
"test-watch": "./scripts/watch",
2016-03-03 23:47:31 +02:00
"test-build": "./scripts/build"
2015-06-18 19:35:50 +02:00
},
"devDependencies": {
2016-02-19 21:22:14 +02:00
"gulp": "3.9.1",
2016-11-10 22:56:27 +01:00
"gulp-autoprefixer": "3.1.1",
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-11-10 22:56:27 +01:00
"gulp-if": "2.0.2",
"gulp-mustache": "2.3.0",
2016-02-19 21:22:14 +02:00
"gulp-plumber": "1.1.0",
"gulp-rename": "1.2.2",
2016-07-29 15:40:38 +03:00
"gulp-sass": "2.3.2",
2016-11-10 22:56:27 +01:00
"gulp-watch": "4.3.10",
2016-07-29 15:40:38 +03:00
"rimraf": "2.5.4",
"run-sequence": "1.2.2"
2016-02-19 21:22:14 +02:00
},
"dependencies": {
2016-11-10 22:56:27 +01:00
"source-map-support": "0.4.6"
2015-06-18 19:35:50 +02:00
}
}