-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.44 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
{
"name": "yukam",
"version": "0.0.0",
"description": "Description for yukam",
"private": true,
"dependencies": {
},
"devDependencies": {
"browser-sync": "2.9.1",
"del": "1.1.1",
"gulp": "3.8.11",
"gulp-util": "3.0.2",
"gulp-usemin": "0.3.8",
"gulp-autoprefixer": "2.1.0",
"gulp-minify-css": "0.3.11",
"gulp-uglify": "1.1.0",
"gulp-htmlmin": "1.1.2",
"gulp-imagemin": "2.2.1",
"gulp-flatten": "0.0.4",
"gulp-ng-annotate": "0.5.0",
"gulp-ng-constant-fork": "0.4.1",
"gulp-karma": "https://github.com/lazd/gulp-karma/tarball/helper",
"gulp-rev": "3.0.0",
"gulp-jshint": "1.9.0",
"gulp-browserify": "0.5.1",
"gulp-sass": "2.0.4",
"proxy-middleware": "0.13.1",
"run-sequence": "1.1.0",
"event-stream": "3.3.1",
"jshint-stylish": "1.0.1",
"karma-script-launcher": "0.1.0",
"karma-chrome-launcher": "0.1.12",
"karma-html2js-preprocessor": "0.1.0",
"karma-jasmine": "0.3.5",
"karma-requirejs": "0.2.2",
"karma-phantomjs-launcher": "0.2.0",
"phantomjs": "1.9.17",
"karma": "0.12.35",
"karma-coverage": "0.4.2",
"karma-jenkins-reporter": "0.0.2",
"generator-jhipster": "2.23.0",
"lodash": "3.3.1",
"xml2js": "0.4.5",
"yo": ">=1.3.0",
"requirejs": "2.1",
"jasmine-core": "2.1.0",
"zeparser": "0.0.7",
"wiredep": "2.2.2"
},
"engines": {
"node": ">=0.12.0"
},
"scripts": {
"test": "gulp test"
}
}