-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.45 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "frontend-bootstrap",
"version": "0.0.1",
"engines": {
"node": "4.2.4",
"npm": "2.14.12"
},
"description": "Kickoff for web applications",
"scripts": {
"start": "node_modules/.bin/gulp --env production",
"test": "karma start test/unit/karma.conf.js",
"protractor": "protractor test/e2e/protractor.conf.js",
"protractor-local": "protractor --baseUrl='http://localhost:3000/' test/e2e/protractor.conf.js",
"code-quality-html-report": "plato -r -d code-quality-report -e .eslintrc -x build/js/vendor build/js",
"code-quality-json-report": "cr -o code-quality-report/stats.json -f json -x build/js/vendor build/js",
"reports": "npm run code-quality-html-report && npm run code-quality-json-report"
},
"cacheDirectories": [
"node_modules"
],
"repository": {
"type": "git",
"url": "https://github.com/Wolox/frontend-bootstrap.git"
},
"author": "Sebastian Balay <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Wolox/frontend-bootstrap/issues"
},
"homepage": "https://github.com/Wolox/frontend-bootstrap",
"dependencies": {
"angular": "^1.5.8",
"angular-local-storage": "^0.5.2",
"angular-mocks": "^1.5.8",
"angular-translate": "^2.11.1",
"angular-ui-router": "^0.4.2"
},
"devDependencies": {
"babel-core": "^6.8.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.8.0",
"backstopjs": "^2.3.7",
"bower-nexus3-resolver": "^1.0.2",
"browser-sync": "^2.12.8",
"complexity-report": "^2.0.0-alpha",
"concurrent-transform": "^1.0.0",
"connect-history-api-fallback": "^1.1.0",
"del": "^2.2.0",
"eslint": "^3.6.1",
"eslint-config-angular": "^0.5.0",
"eslint-plugin-angular": "^1.0.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-awspublish": "^3.0.1",
"gulp-babel": "^6.1.1",
"gulp-bower-src": "^0.1.0",
"gulp-cached": "^1.1.0",
"gulp-cloudfront-invalidate-aws-publish": "^0.2.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.0.0",
"gulp-cssnano": "^2.1.0",
"gulp-eslint": "^3.0.1",
"gulp-expect-file": "0.0.7",
"gulp-filter": "^5.0.0",
"gulp-git": "^1.12.0",
"gulp-if": "^2.0.1",
"gulp-inject": "^4.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.0.1",
"gulp-preprocess": "^2.0.0",
"gulp-pug": "^3.0.4",
"gulp-pug-linter": "^0.4.1",
"gulp-purifycss": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.2",
"gulp-rev-delete-original": "^0.2.2",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^3.1.0",
"gulp-sass-lint": "^1.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.1",
"jasmine-core": "^2.4.1",
"jasmine-reporters": "^2.1.1",
"jasmine-spec-reporter": "^3.2.0",
"karma": "^1.4.1",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-junit-reporter": "^1.0.0",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.0",
"merge-stream": "^1.0.1",
"mkdirp": "^0.5.1",
"node-notifier": "^5.0.2",
"phantomjs-prebuilt": "^2.1.7",
"plato": "^1.5.0",
"prompt": "^1.0.0",
"protractor": "^5.1.0",
"replace": "^0.3.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"stream-series": "^0.1.1",
"yargs": "^6.6.0"
}
}