forked from adamalbrecht/angular-date-picker-polyfill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 823 Bytes
/
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
{
"name": "angular-datepicker-polyfill",
"version": "0.0.2",
"author": "Adam Albrecht",
"devDependencies": {
"coffee-script": "^1.9.0",
"gulp": "^3.8.10",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.4.3",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-css": "^0.4.4",
"gulp-ng-annotate": "^0.5.2",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.1",
"gulp-sass": "^1.3.2",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"jasmine-core": "^2.1.3",
"karma": "^0.12.31",
"karma-coffee-preprocessor": "^0.2.1",
"karma-jasmine": "^0.3.5",
"karma-osx-reporter": "^0.2.0",
"karma-phantomjs-launcher": "^0.1.4"
},
"scripts": {
"spec": "node_modules/karma/bin/karma start karma.conf.coffee"
},
"dependencies": {}
}