-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.32 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.32 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
{
"name": "easy-scheduler",
"version": "0.0.2",
"scripts": {
"start": "./node_modules/gulp/bin/gulp.js environment && node server.js",
"postinstall": "./node_modules/bower/bin/bower install --production",
"test": "./node_modules/gulp/bin/gulp.js test"
},
"dependencies": {
"bower": "^1.6.5",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-ng-constant": "^1.1.0",
"gulp-rename": "^1.2.2",
"wrench": "^1.5.8"
},
"devDependencies": {
"browser-sync": "^2.9.11",
"gulp-angular-filesort": "^1.1.1",
"gulp-concat": "^2.5.2",
"gulp-inject": "^3.0.0",
"gulp-jshint": "^1.11.0",
"gulp-minify-css": "^1.2.0",
"gulp-rev": "^6.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-zip": "^3.0.2",
"jasmine-core": "^2.3.4",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-spec-reporter": "0.0.21",
"karma-wiredep": "^1.0.1",
"phantomjs": "^1.9.18",
"wiredep": "^2.2.2",
"yargs": "^3.25.0"
},
"engines": {
"node": ">=4.0.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/fabiohbarbosa/easy-schedule-ui/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/fabiohbarbosa/easy-schedule-ui"
}
}