forked from indrimuska/angular-moment-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.78 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
{
"name": "angular-moment-picker",
"version": "0.10.2",
"description": "Angular Moment Picker is an AngularJS directive for date and time picker using Moment.js",
"main": "dist/angular-moment-picker.js",
"repository": {
"type": "git",
"url": "git+https://github.com/indrimuska/angular-moment-picker.git"
},
"keywords": [
"datepicker",
"timepicker",
"datetime",
"picker",
"calendar",
"moment.js",
"angular"
],
"author": "Indri Muska <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/indrimuska/angular-moment-picker/issues"
},
"homepage": "http://indrimuska.github.io/angular-moment-picker",
"scripts": {
"build": "webpack",
"minify": "webpack && webpack -p",
"release": "npm run test && webpack --define increase='patch' && webpack -p",
"test": "node ./node_modules/karma/bin/karma start"
},
"dependencies": {
"angular": "^1.3",
"moment": "^2.16.0"
},
"devDependencies": {
"@types/angular": "^1.5.21",
"@types/angular-mocks": "^1.5.8",
"@types/jasmine": "^2.5.38",
"@types/node": "^6.0.52",
"angular-mocks": "^1.6.1",
"autoprefixer": "^6.5.4",
"css-loader": "^0.28.1",
"extract-text-webpack-plugin": "^2.1.0",
"generate-json-webpack-plugin": "^0.2.1",
"html-loader": "^0.4.5",
"jasmine": "^2.6.0",
"jquery": "^3.1.1",
"karma": "^1.7.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^2.0.3",
"less": "^2.7.1",
"less-loader": "^4.0.3",
"postcss": "^5.2.6",
"postcss-loader": "^2.0.5",
"semver": "^5.3.0",
"style-loader": "^0.17.0",
"ts-loader": "^2.0.3",
"tslint": "^4.1.1",
"tslint-loader": "^3.5.3",
"typescript": "^2.1.4",
"webpack": "^2.5.1"
}
}