forked from microcash/web-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.26 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "microcash-wallet",
"version": "0.0.1",
"description": "Web UI for microcash wallet",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Michal Gebauer",
"license": "ISC",
"dependencies": {
"better-console": "^0.2.4",
"del": "^2.2.0",
"extend": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-chmod": "^1.3.0",
"gulp-clone": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-copy": "0.0.2",
"gulp-dedupe": "0.0.2",
"gulp-flatten": "^0.2.0",
"gulp-header": "^1.7.1",
"gulp-help": "^1.6.1",
"gulp-if": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-minify-css": "^1.2.3",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rtlcss": "^0.1.4",
"gulp-uglify": "^1.5.2",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"map-stream": "0.0.6",
"require-dot-file": "^0.4.0",
"run-sequence": "^1.1.5",
"semantic-ui": "^2.1.8",
"yamljs": "^0.2.4",
"gulp-css-rebase-urls": "0.0.5",
"gulp-replace-path": "^0.4.0",
"gulp-rewrite-css": "0.0.8",
"jquery": "^2.2.0"
}
}