forked from jshor/datebook
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.22 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
{
"name": "angular-addtocalendar",
"version": "1.3.4",
"description": "AngularJS directive for adding events to calendar apps",
"scripts": {
"build": "rimraf coverage && rimraf dist && webpack --bail --progress --profile",
"server": "webpack-dev-server --history-api-fallback --inline --progress",
"test": "karma start",
"test-watch": "karma start --auto-watch --no-single-run",
"start": "npm run server"
},
"repository": {
"type": "git",
"url": "https://github.com/jshor/angular-addtocalendar"
},
"keywords": [
"icalendar",
"google calendar",
"ics",
"yahoo calendar",
"outlook",
"calendar",
"event"
],
"author": "Josh Shor <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jshor/angular-addtocalendar/issues"
},
"homepage": "https://github.com/jshor/angular-addtocalendar",
"dependencies": {
"@iamadamjowett/angular-click-outside": "^2.10.1",
"angular": "^1.5.0",
"angular-file-saver": "^1.1.3",
"moment-mini-ts": "^2.20.1"
},
"devDependencies": {
"angular-mocks": "^1.5.0",
"autoprefixer": "^6.0.3",
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"chai": "^3.5.0",
"copy-webpack-plugin": "4.0.1",
"coveralls": "^2.12.0",
"css-loader": "^0.27.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^2.7.1",
"istanbul-instrumenter-loader": "^2.0.0",
"jasmine-core": "^2.3.4",
"karma": "^1.1.0",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.0.0",
"karma-coveralls": "^1.1.2",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon-chai": "^1.2.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.30",
"karma-webpack": "^2.0.3",
"node-libs-browser": "2.0.0",
"node-sass": "^4.5.1",
"null-loader": "^0.1.1",
"phantomjs-prebuilt": "^2.1.4",
"raw-loader": "^0.5.1",
"rimraf": "^2.5.1",
"sass-loader": "^6.0.3",
"sinon": "^2.1.0",
"sinon-chai": "^2.9.0",
"style-loader": "^0.13.0",
"webpack": "^2.3.1",
"webpack-dev-server": "^2.4.2",
"webpack-vendor-chunk-plugin": "^1.0.0"
}
}