-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
53 lines (53 loc) · 1.39 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
{
"name": "angular-shims-placeholder",
"description": "Angular directive to emulate the `placeholder` attribute on text and password input fields for old browsers, such as IE9, IE8, and below",
"version": "0.4.8",
"homepage": "https://github.com/cvn/angular-shims-placeholder",
"author": {
"name": "Chad von Nau",
"url": "https://github.com/cvn"
},
"contributors": [{
"name": "Jacob Rief",
"email": "jacob.rief@gmail.com"
}],
"repository": {
"type": "git",
"url": "git://github.com/cvn/angular-shims-placeholder.git"
},
"bugs": {
"url": "https://github.com/cvn/angular-shims-placeholder/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/cvn/angular-shims-placeholder/LICENSE-MIT.txt"
}
],
"main": "index.js",
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "karma start test/karma.conf.js --single-run --browsers PhantomJS"
},
"dependencies": {},
"devDependencies": {
"bower": "latest",
"grunt": ">= 0.4.0",
"grunt-bump": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-connect": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-ng-annotate": "latest",
"grunt-open": "latest",
"karma": "0.8.5"
},
"keywords": [
"angularjs",
"placeholders",
"polyfill"
]
}