-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
74 lines (74 loc) · 2.05 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "schema-form-builder",
"version": "0.0.0",
"scripts": {
"test": "gulp test"
},
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.2.3",
"chai": "^2.1.1",
"chai-as-promised": "^4.1.1",
"del": "^2.0.0",
"eslint-config-angular": "^0.2.0",
"eslint-config-dustinspecker": "^0.1.0",
"eslint-path-formatter": "^0.1.1",
"eslint-plugin-angular": "^0.2.0",
"find-up": "^1.0.0",
"glob": "^5.0.1",
"gulp": "^3.8.7",
"gulp-angular-filesort": "^1.0.4",
"gulp-autoprefixer": "^2.0.0",
"gulp-babel": "^5.0.0",
"gulp-concat": "^2.3.4",
"gulp-css-rebase-urls": "0.0.5",
"gulp-cssmin": "^0.1.6",
"gulp-eslint": "^1.0.0",
"gulp-filter": "^3.0.0",
"gulp-htmlmin": "^1.0.0",
"gulp-if": "^1.2.4",
"gulp-imagemin": "^2.0.0",
"gulp-inject": "^1.5.0",
"gulp-jscs": "^3.0.0",
"gulp-jshint": "^1.8.4",
"gulp-load-plugins": "^0.10.0",
"gulp-modify-css-urls": "^0.2.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-ng-html2js": "^0.2.0",
"gulp-notify": "^2.1.0",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.0.0",
"gulp-protractor": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-rev": "^5.1.0",
"gulp-sass": "^2.0.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-tslint": "^3.1.2",
"gulp-uglify": "^1.0.0",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.3",
"karma-chai": "^0.1.0",
"karma-coverage": "^0.4.2",
"karma-failed-reporter": "^0.0.3",
"karma-mocha": "^0.1.9",
"karma-ng-html2js-preprocessor": "^0.1.0",
"karma-phantomjs-launcher": "^0.2.0",
"karma-sinon": "^1.0.3",
"lodash": "^3.6.0",
"main-bower-files": "^2.0.0",
"mocha": "^2.2.0",
"multi-glob": "^0.4.0",
"node-sass": "^3.4.2",
"phantomjs": "^1.9.18",
"plato": "^1.4.0",
"protractor": "^2.0.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.0.2",
"sinon": "^1.17.2",
"streamqueue": "^1.1.0",
"uglify-save-license": "^0.4.1",
"underscore.string": "^3.0.1",
"wiredep": "^2.2.0",
"yargs": "^3.4.5"
}
}