Skip to content

Commit

Permalink
bootstrap project and add test app
Browse files Browse the repository at this point in the history
  • Loading branch information
vdeturckheim committed Oct 30, 2017
1 parent f966f8b commit dfbd40b
Show file tree
Hide file tree
Showing 5 changed files with 630 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
testApp/
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "funapm",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sqreen/funAPM.git"
},
"author": "vdeturckheim",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/sqreen/funAPM/issues"
},
"homepage": "https://github.com/sqreen/funAPM#readme"
}
Loading

0 comments on commit dfbd40b

Please sign in to comment.