Skip to content

Commit

Permalink
initalise repo, add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed May 5, 2017
0 parents commit 3aabb93
Show file tree
Hide file tree
Showing 2 changed files with 1,299 additions and 0 deletions.
23 changes: 23 additions & 0 deletions package.json
@@ -0,0 +1,23 @@
{
"name": "nextstep-plist",
"version": "0.0.0",
"description": "NeXTSTEP plist parser",
"main": "index.js",
"repository": "git@gitlab.com:chee/nextstep-plist",
"author": "chee <chee@snake.dog>",
"license": "GPL-3.0",
"scripts": {
"test": "tape tests.js | faucet",
"lint": "standard"
},
"devDependencies": {
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"faucet": "^0.0.1",
"standard": "*",
"tape": "^4.6.3"
}
}

0 comments on commit 3aabb93

Please sign in to comment.