forked from hanford/angular-date-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 996 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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "angular-date-input",
"version": "1.4.0",
"description": "angular date input",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/hanford/angular-date-input.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hanford/angular-date-input/issues"
},
"keywords": [
"angular",
"date",
"input",
"angular date input"
],
"author": "Jack Hanford <[email protected]> (http://www.jackhanford.com/)",
"dependencies": {
"string-mask": "~0.2.1"
},
"devDependencies": {
"angular": "~1.5.0",
"browserify": "~13.0.0",
"assert-semver-operator": "~1.0.1",
"exposify": "~0.5.0"
},
"scripts": {
"test": "standard && assert-operator ./ '~'",
"build": "browserify -e ./index.js -t [exposify --expose [ --angular=angular ] ] > ./dist/angular-date-input.js"
},
"peerDependencies": {
"angular": ">=1.3 <2"
},
"standard": {
"ignore": [
"./dist/"
]
}
}