-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 936 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 936 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
30
{
"name": "@activeadmin-plugins/active_admin_sidebar",
"version": "2.0.0",
"description": "Extension for ActiveAdmin gem to manage sidebar",
"main": "src/active_admin_sidebar.js",
"style": "src/active_admin_sidebar.scss",
"repository": "git@github.com:activeadmin-plugins/active_admin_sidebar.git",
"author": "Igor Fedoronchuk <fedoronchuk@gmail.com>",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/activeadmin-plugins/active_admin_sidebar.git"
},
"bugs": {
"url": "https://github.com/activeadmin-plugins/active_admin_sidebar/issues"
},
"homepage": "https://github.com/activeadmin-plugins/active_admin_sidebar#readme",
"keywords": [
"active",
"admin",
"sidebar"
],
"files": [
"src/**/*"
],
"scripts": {
"prepublishOnly": "rm -rf src && cp -R app/assets/javascripts/ src && cp -R app/assets/stylesheets/ src"
}
}