-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.05 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
{
"name": "angular-input-types",
"description": "AngularJS directives used on form inputs. Makes it easy for the users to input the correct information using autocomplete and validation.",
"version": "2.0.4-SNAPSHOT",
"license": "MIT",
"author": "Jon Wikman",
"homepage": "https://github.com/FlaxHaxx/angular-input-types",
"repository": {
"type": "git",
"url": "https://github.com/FlaxHaxx/angular-input-types.git"
},
"bugs": {
"url": "https://github.com/FlaxHaxx/angular-input-types/issues"
},
"keywords": [
"angular",
"form",
"input",
"validation",
"autocomplete",
"ssn",
"personnummer",
"organisationsnummer"
],
"peerDependencies": {
"angular": "^1.3.x"
},
"devDependencies": {
"angular": "^1.6.6",
"angular-mocks": "^1.6.6",
"jasmine-core": "^2.8.0",
"karma": "^1.7.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^2.0.5",
"webpack": "~3.8.1"
},
"scripts": {
"build": "webpack",
"test": "karma start"
}
}