-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 886 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 886 Bytes
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
{
"name": "@activeadmin-plugins/activeadmin_calendar",
"version": "1.0.1",
"description": "Calendar index style for ActiveAdmin — CSS for the gem of the same name.",
"style": "src/activeadmin_calendar.css",
"main": "src/activeadmin_calendar.css",
"author": "Igor Fedoronchuk <fedoronchuk@gmail.com>",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/activeadmin-plugins/activeadmin_calendar.git"
},
"bugs": {
"url": "https://github.com/activeadmin-plugins/activeadmin_calendar/issues"
},
"homepage": "https://github.com/activeadmin-plugins/activeadmin_calendar#readme",
"keywords": [
"active",
"admin",
"calendar"
],
"files": [
"src/**/*"
],
"scripts": {
"prepublishOnly": "rm -rf src && mkdir -p src && cp app/assets/stylesheets/activeadmin_calendar.css src/"
}
}