project rename

This commit is contained in:
Antelle 2015-10-18 12:08:55 +03:00
parent 5c4f7ec5ab
commit b3ade58551
8 changed files with 10 additions and 10 deletions

View File

@ -1 +1 @@
keepass-webapp
keeweb

View File

@ -1,5 +1,5 @@
<component name="libraryTable">
<library name="keepass-webapp node_modules" type="javaScript">
<library name="keeweb node_modules" type="javaScript">
<properties>
<option name="frameworkName" value="node_modules" />
<sourceFilesUrls>

View File

@ -2,7 +2,7 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/keepass-webapp.iml" filepath="$PROJECT_DIR$/keepass-webapp.iml" />
<module fileurl="file://$PROJECT_DIR$/keeweb.iml" filepath="$PROJECT_DIR$/keeweb.iml" />
</modules>
</component>
</project>

View File

@ -154,7 +154,7 @@ module.exports = function(grunt) {
},
plugins: [
new webpack.optimize.CommonsChunkPlugin('vendor', 'vendor.js'),
new webpack.BannerPlugin('keepass-webapp v' + pkg.version + ', (c) 2015 ' + pkg.author +
new webpack.BannerPlugin('keeweb v' + pkg.version + ', (c) 2015 ' + pkg.author +
', opensource.org/licenses/' + pkg.license),
new webpack.optimize.OccurenceOrderPlugin(),
new webpack.ProvidePlugin({ _: 'underscore', $: 'jquery' }),

View File

@ -2,7 +2,7 @@
This webapp can read KeePass databases. It doesn't require any server or additional resources.
![screenshot](https://antelle.github.io/keepass-webapp/screenshot.png)
![screenshot](https://antelle.github.io/keeweb/screenshot.png)
# Status

View File

@ -1,5 +1,5 @@
{
"name": "keepass-webapp",
"name": "keeweb",
"version": "0.0.1",
"authors": [
"Antelle <dmitryvit@gmail.com>"
@ -13,7 +13,7 @@
"keepass"
],
"license": "MIT",
"homepage": "https://github.com/antelle/keepass-webapp",
"homepage": "https://github.com/antelle/keeweb",
"ignore": [
"**/.*",
"node_modules",

View File

@ -10,6 +10,6 @@
<excludeFolder url="file://$MODULE_DIR$/tmp" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="keepass-webapp node_modules" level="project" />
<orderEntry type="library" name="keeweb node_modules" level="project" />
</component>
</module>

View File

@ -1,9 +1,9 @@
{
"name": "keepass-webapp",
"name": "keeweb",
"version": "1.0.0",
"description": "KeePass web app",
"main": "Gulpfile.js",
"repository": "https://github.com/antelle/keepass-webapp",
"repository": "https://github.com/antelle/keeweb",
"dependencies": {},
"devDependencies": {
"base64-loader": "^1.0.0",