forked from rnicholus/file-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 797 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
{
"author": {
"name": "Ray Nicholus"
},
"bugs": "https://github.com/garstasio/file-input/issues",
"description": "web component for styling, normalizing, and generally fixing <input type=\"file\">",
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-jshint": "0.10.x",
"grunt-karma": "~0.8.2",
"karma": "~0.12.0",
"karma-coverage": "0.2.x",
"karma-coveralls": "0.1.x",
"karma-firefox-launcher": "~0.1.2",
"karma-jasmine": "~0.2.0",
"karma-spec-reporter": "0.0.13",
"webcomponents.js": "0.7.2"
},
"license": "MIT",
"name": "file-input",
"repository": {
"type" : "git",
"url" : "https://github.com/garstasio/file-input.git"
},
"version": "2.0.0"
}