Pārlūkot izejas kodu

add gitignore and package.json files

pull/1/head
Guillaume Vincent pirms 9 gadiem
vecāks
revīzija
fdba309ad5
2 mainītis faili ar 32 papildinājumiem un 0 dzēšanām
  1. +1
    -0
      .gitignore
  2. +31
    -0
      package.json

+ 1
- 0
.gitignore Parādīt failu

@@ -25,3 +25,4 @@ build/Release
# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules
.idea

+ 31
- 0
package.json Parādīt failu

@@ -0,0 +1,31 @@
{
"name": "lesspass",
"version": "1.0.0",
"description": "lesspass is like keepass without the need to persist password",
"main": "lesspass.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha --ui bdd --reporter min --recursive ./tests"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/guillaumevincent/lesspass.git"
},
"keywords": [
"keepass",
"nodejs",
"node"
],
"author": "Guillaume Vincent",
"license": "MIT",
"bugs": {
"url": "https://github.com/guillaumevincent/lesspass/issues"
},
"homepage": "https://github.com/guillaumevincent/lesspass#readme",
"dependencies": {
"bootstrap": "^3.3.6",
"mocha": "^2.3.4"
},
"jshintConfig": {
"esnext": true
}
}

Notiek ielāde…
Atcelt
Saglabāt