-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 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
{
"author": "Washington Botelho",
"bugs": {
"url": "https://github.com/wbotelhos/active_storage_preview/issues"
},
"contributors": [
"Washington Botelho <wbotelhos@gmail.com> (https://www.danca.com)"
],
"description": "Simple Active Storage script with Direct Upload and Image Preview",
"devDependencies": {
"jasmine-core": "^3.6.0",
"karma": "^5.1.1",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.3.0",
"karma-fixture": "^0.2.6",
"karma-html2js-preprocessor": "^1.1.0",
"karma-jasmine": "^4.0.0"
},
"directories": {
"lib": "lib",
"test": "spec"
},
"homepage": "https://github.com/wbotelhos/active_storage_preview",
"keywords": [
"activestorage",
"active_storage",
"directupload",
"preview"
],
"license": "MIT",
"main": "lib/active_storage_preview.js",
"maintainers": [
"Washington Botelho <wbotelhos@gmail.com> (https://www.danca.com)"
],
"name": "active_storage_preview",
"repository": {
"type": "git",
"url": "https://github.com/wbotelhos/active_storage_preview"
},
"scripts": {
"test": "node_modules/karma/bin/karma start karma.conf.js"
},
"version": "0.1.0"
}