-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update README, add package.json, release version 1.0.0
- Loading branch information
1 parent
fc37f50
commit 2d77198
Showing
3 changed files
with
88 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
/index.css | ||
/package.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
#!/usr/local/bin/lsc -cj | ||
|
||
name: 'derby-entity' | ||
description: 'A Perfect DerbyJS CRUD Component' | ||
version: '1.0.0' | ||
|
||
author: | ||
name: 'Michael Brade' | ||
email: '[email protected]' | ||
|
||
keywords: | ||
'derby' | ||
'entity' | ||
|
||
|
||
repository: | ||
type: 'git' | ||
url: 'michael-brade/derby-entity' | ||
|
||
dependencies: | ||
# utils | ||
'lodash': '3.x' | ||
|
||
# the following are commented out because they are not immediate | ||
# dependencies - the app needs to depend on those | ||
|
||
# derby | ||
#'derby': 'michael-brade/derby' | ||
|
||
# racer | ||
#'racer': 'michael-brade/racer' | ||
#'racer-bundle': 'michael-brade/racer-bundle' | ||
|
||
|
||
# derby components | ||
'derby-entities-lib': '1.0.x' | ||
'derby-entity-select2': '1.0.x' | ||
|
||
'derby-ui-toast': '*' | ||
'd-comp-palette': '*' | ||
|
||
devDependencies: | ||
'livescript': '1.x' | ||
'node-sass': '3.3.x' | ||
|
||
# possibly, depending on how you set it up | ||
'browserify-livescript': '0.2.x' | ||
|
||
engines: | ||
node: '4.x' | ||
|
||
license: 'MIT' | ||
|
||
bugs: | ||
url: 'https://github.com/michael-brade/derby-entity/issues' | ||
|
||
homepage: 'https://github.com/michael-brade/derby-entity#readme' |