-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
51 lines (51 loc) · 1.4 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
{
"name": "angular-placeholder",
"version": "1.1.0",
"description": "Placeholder shim for IE8/IE9 and styling simplification.",
"author": "Tyler Akins <fidian@rumkin.com>",
"homepage": "https://github.com/tests-always-included/angular-placeholder",
"bugs": {
"url": "https://github.com/tests-always-included/angular-placeholder/issues"
},
"contributors": [
"Tyler Akins <fidian@rumkin.com> (http://rumkin.com)"
],
"repository": {
"type": "git",
"url": "https://github.com/tests-always-included/angular-placeholder.git"
},
"keywords": [
"angularjs",
"ie8",
"ie9",
"placeholder"
],
"engines": {
"node": ">= 0.8.0"
},
"main": "./lib/tai-placeholder.js",
"dependencies": {},
"devDependencies": {
"bower": "*",
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-uglify": "*",
"grunt-jslint": "*",
"grunt-karma": "*",
"grunt-newer": "*",
"jasmine": "^2.6.0",
"jasmine-core": "*",
"karma": "*",
"karma-jasmine": "*",
"karma-phantomjs-launcher": "*",
"karma-sauce-launcher": "*",
"load-grunt-tasks": "*",
"phantomjs": "*",
"time-grunt": "*"
},
"scripts": {
"bower": "bower install",
"test": "grunt test && jasmine"
},
"license": "MIT"
}