Skip to content

Commit

Permalink
Empty node and jspm files
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincenzo Chianese committed Feb 26, 2015
0 parents commit 562c107
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
jspm_packages/
node_modules/
build.js
8 changes: 8 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
System.config({
"baseURL": "/",
"transpiler": "babel",
"paths": {
"*": "*.js"
}
});

25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "PollsClient",
"version": "1.0.0",
"description": "Polls client in AngularJS",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git"
},
"keywords": [
"Polls",
"Angular"
],
"author": "Vincenzo Chianese",
"license": "MIT",
"jspm": {
"directories": {
"lib": ".",
"packages": "jspm_packages"
}
}
}

0 comments on commit 562c107

Please sign in to comment.