forked from crystian/WEBAPP-BUILDER
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.97 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.97 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "WEBAPP-BUILDER",
"version": "0.9.0",
"description": "See readme.md",
"license": "MIT",
"author": "Crystian (Cristian Bietti) @crystian",
"repository": "https://github.com/crystian/WEBAPP-BUILDER.git",
"dependencies": {
"chalk": "~1.1.1",
"cheerio": "~0.19.0",
"del": "~2.2.0",
"fs-extra": "~0.26.3",
"git-rev": "~0.2.1",
"globby": "~4.0.0",
"gulp": "~3.9.0",
"gulp-angular-templatecache": "~1.8.0",
"gulp-autoprefixer": "~3.1.0",
"gulp-bower": "~0.0.11",
"gulp-cheerio": "~0.6.2",
"gulp-coffee": "~2.3.1",
"gulp-concat": "~2.6.0",
"gulp-csslint": "~0.2.0",
"gulp-cssnano": "~2.1.0",
"gulp-debug": "~2.1.1",
"gulp-filelog": "~0.4.1",
"gulp-footer": "~1.0.5",
"gulp-gm": "~0.0.8",
"gulp-header": "~1.7.1",
"gulp-html-replace": "~1.5.4",
"gulp-htmlmin": "~1.3.0",
"gulp-if": "~2.0.0",
"gulp-imagemin": "~2.4.0",
"gulp-inject": "~3.0.0",
"gulp-jade": "~1.1.0",
"gulp-jshint": "~2.0.0",
"gulp-less": "~3.0.3",
"gulp-manifest": "~0.1.0",
"gulp-remove-code": "~1.0.2",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.5.4",
"gulp-sass": "~2.1.1",
"gulp-sprite-generator": "~0.2.3",
"gulp-strip-comments": "~2.2.1",
"gulp-stylus": "~2.2.0",
"gulp-typescript": "~2.10.0",
"gulp-uglify": "~1.5.1",
"gulp-util": "~3.0.6",
"gulp-webserver": "~0.9.1",
"imagemin-pngquant": "~4.2.0",
"inquirer": "~0.11.1",
"jasmine": "~2.4.1",
"jasmine-fail-fast": "~2.0.0",
"jasmine-spec-reporter": "~2.4.0",
"jshint": "~2.9.1",
"jshint-stylish": "~2.1.0",
"lodash": "~4.0.0",
"merge2": "~1.0.0",
"nightmare": "~2.1.2",
"q": "~1.4.1",
"require-dir": "~0.3.0",
"run-sequence": "~1.1.4",
"shelljs": "~0.5.3",
"streamqueue": "~1.1.1",
"through2": "~2.0.0",
"time-require": "~0.1.2"
},
"scripts": {
"test": "./node_modules/.bin/jasmine",
"test-ci": "./node_modules/.bin/jasmine --ci"
}
}