-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 875 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "color-operations-ui",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "https://github.com/Joxit/color-operations-ui.git"
},
"author": "Jones Magloire (Joxit)",
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js build"
},
"license": "GPLv3",
"description": "A web UI for color operations",
"devDependencies": {
"babel": "^6.23.0",
"babel-preset-es2015-riot": "^1.1.0",
"color-ops": "2.0.0",
"del": "^2.2.2",
"gulp": "^3.9",
"gulp-babel": "6.1.2",
"gulp-clean-css": "^3.9.3",
"gulp-concat": "^2.6.0",
"gulp-filter": "^5.1.0",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.0",
"gulp-license": "^1.1.0",
"gulp-riot": "^1.1.4",
"gulp-uglify": "^2.0.1",
"gulp-useref": "^3.1.5",
"riot": "^3.9.4",
"riot-mui": "^0.1.1",
"uglify-js-harmony": "^2.6.2"
}
}