forked from martinmicunda/employee-scheduling-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
151 lines (151 loc) · 5 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "employee-scheduling-ui",
"version": "0.0.0",
"description": "An UI component for Employee Scheduling application that makes employee scheduling management easy, fast and mobile.",
"private": true,
"author": {
"name": "Martin Micunda",
"url": "http://martinmicunda.com"
},
"homepage": "http://martinmicunda.github.io/employee-scheduling-ui/dist",
"scripts": {
"start": "gulp serve",
"build": "gulp build",
"jshint": "gulp jshint",
"htmlhint": "gulp htmlhint",
"test": "gulp config --env=TEST --mock=false && gulp test:unit",
"test-unit": "npm test",
"test-e2e": "gulp test:e2e",
"outdated": "npm outdated --depth 0",
"deploy": "gulp gh-pages",
"postinstall": "jspm install",
"postmerge": "npm install",
"prepush": "npm shrinkwrap --dev",
"metrics:compile_source": "./node_modules/.bin/babel --optional runtime --stage=1 src/ --out-dir build/metrics/src",
"metrics": "npm run metrics:compile_source && ./node_modules/.bin/plato -r -l .jshintrc -d build/metrics/report build/metrics/src"
},
"pre-commit": [
"jshint",
"htmlhint",
"test",
"outdated"
],
"repository": {
"type": "git",
"url": "https://github.com/martinmicunda/employee-scheduling-ui"
},
"bugs": {
"url": "https://github.com/martinmicunda/employee-scheduling-ui/issues"
},
"keywords": [
"employee scheduling",
"mm",
"es6",
"scheduler"
],
"devDependencies": {
"del": "2.0.2",
"jspm": "0.16.13",
"gulp": "3.9.0",
"plato": "1.5.0",
"babel": "5.8.23",
"semver": "5.0.3",
"moment": "2.10.6",
"isparta": "3.1.0",
"pre-commit": "1.1.2",
"http-proxy": "1.12.0",
"require-dir": "0.3.0",
"browser-sync": "2.9.11",
"run-sequence": "1.1.4",
"jshint-stylish": "2.0.1",
"systemjs-builder": "0.14.8",
"connect-modrewrite": "0.8.2",
"conventional-changelog": "0.5.1",
"gulp-if": "2.0.0",
"gulp-rev": "6.0.1",
"gulp-util": "3.0.7",
"gulp-size": "2.0.0",
"gulp-bump": "1.0.0",
"gulp-sass": "2.0.4",
"gulp-cache": "0.3.0",
"gulp-uglify": "1.4.2",
"gulp-concat": "2.6.0",
"gulp-jshint": "1.11.2",
"gulp-filter": "3.0.1",
"gulp-header": "1.7.1",
"gulp-inject": "3.0.0",
"gulp-usemin": "0.3.14",
"gulp-changed": "1.3.0",
"gulp-cdnizer": "1.1.6",
"gulp-flatten": "0.2.0",
"gulp-htmlhint": "0.3.0",
"gulp-imagemin": "2.3.0",
"gulp-gh-pages": "0.5.4",
"gulp-bytediff": "1.0.0",
"gulp-minify-css": "1.2.1",
"gulp-sourcemaps": "1.6.0",
"gulp-protractor": "1.0.0",
"gulp-minify-html": "1.0.4",
"gulp-autoprefixer": "3.1.0",
"gulp-istanbul-enforcer": "1.0.3",
"istanbul": "gotwarlost/istanbul.git#source-map",
"phantomjs": "1.9.18",
"protractor": "2.5.1",
"jasmine-core": "2.3.4",
"jasmine-reporters": "2.0.7",
"jasmine-async-sugar": "1.3.0",
"protractor-html-screenshot-reporter": "0.0.21",
"karma": "0.13.14",
"karma-jspm": "2.0.1",
"karma-jasmine": "0.3.6",
"karma-coverage": "douglasduteil/karma-coverage#next",
"karma-coveralls": "1.1.2",
"karma-ie-launcher": "0.2.0",
"karma-junit-reporter": "0.3.8",
"karma-chrome-launcher": "0.2.1",
"karma-safari-launcher": "0.1.1",
"karma-firefox-launcher": "0.1.6",
"karma-phantomjs-launcher": "0.2.1",
"karma-babel-preprocessor": "5.2.2"
},
"jspm": {
"directories": {
"lib": "src"
},
"configFile": "jspm.conf.js",
"dependencies": {
"angular": "github:angular/[email protected]",
"angular-animate": "github:angular/[email protected]",
"angular-bootstrap-colorpicker": "github:buberdds/[email protected]",
"angular-local-storage": "npm:[email protected]",
"angular-messages": "npm:[email protected]",
"angular-sanitize": "npm:[email protected]",
"angular-ui": "github:angular-ui/[email protected]",
"angular-ui-calendar": "npm:[email protected]",
"angular-ui-router": "npm:[email protected]",
"awesome-bootstrap-checkbox": "npm:[email protected]",
"bootstrap-css-only": "github:fyockm/[email protected]",
"css": "github:systemjs/[email protected]",
"font-awesome": "npm:[email protected]",
"fullcalendar": "npm:[email protected]",
"fullcalendar-scheduler": "npm:[email protected]",
"json": "github:systemjs/[email protected]",
"ng-bs-animated-button": "github:jeremypeters/[email protected]",
"ng-file-upload": "npm:[email protected]",
"si-table": "github:simplicitylabs/[email protected]",
"text": "github:systemjs/[email protected]"
},
"devDependencies": {
"angular-mocks": "npm:[email protected]",
"babel": "npm:[email protected]",
"babel-runtime": "npm:[email protected]",
"core-js": "npm:[email protected]",
"urijs": "npm:[email protected]"
}
},
"license": "GPL-3.0",
"engines": {
"node": ">=0.12.x",
"npm": ">=2.0.0"
}
}