-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.73 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
{
"name": "angular-react-equivalent",
"version": "0.0.0",
"scripts": {
"test": "gulp test"
},
"dependencies": {},
"devDependencies": {
"browser-sync": "^1.3.3",
"coffee-script": "^1.7.1",
"findup-sync": "^0.2.0",
"glob": "^4.0.6",
"gulp": "^3.8.7",
"gulp-angular-filesort": "^1.0.4",
"gulp-autoprefixer": "^2.0.0",
"gulp-coffee": "^2.1.2",
"gulp-coffeelint": "~0.4.0",
"gulp-concat": "^2.3.4",
"gulp-cssmin": "^0.1.6",
"gulp-filter": "^2.0.0",
"gulp-haml": "^0.1.0",
"gulp-htmlmin": "^1.0.0",
"gulp-if": "^1.2.4",
"gulp-imagemin": "^2.0.0",
"gulp-inject": "^1.0.2",
"gulp-jade": "~0.10.0",
"gulp-jscs": "^1.1.0",
"gulp-jshint": "^1.8.4",
"gulp-less": "^2.0.1",
"gulp-load-plugins": "^0.8.0",
"gulp-ng-annotate": "~0.4.0",
"gulp-ng-html2js": "^0.1.8",
"gulp-notify": "^2.1.0",
"gulp-order": "^1.1.1",
"gulp-plato": "^1.0.0",
"gulp-plumber": "~0.6.6",
"gulp-protractor": "^0.0.12",
"gulp-rev": "^2.0.1",
"gulp-sass": "^1.0.0",
"gulp-stylus": "^2.0.0",
"gulp-tslint": "^1.3.0",
"gulp-uglify": "^1.0.0",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.16",
"karma-coverage": "^0.2.5",
"karma-failed-reporter": "^0.0.3",
"karma-jasmine": "^0.3.0",
"karma-ng-html2js-preprocessor": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.3",
"main-bower-files": "^2.0.0",
"nib": "^1.0.4",
"protractor": "^1.0.0",
"require-dir": "^0.1.0",
"rimraf": "^2.2.8",
"run-sequence": "^1.0.2",
"streamqueue": "~0.1.2",
"uglify-save-license": "^0.4.1",
"wiredep": "^2.2.0",
"yargs": "^1.3.1"
}
}