This commit is contained in:
Tommy Parnell
2015-06-13 14:17:49 -04:00
commit 8180e71a0a
5 changed files with 827 additions and 0 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "jsnlogProblem",
"version": "0.0.0",
"description": "",
"main": "index.js",
"author": "",
"license": "BSD-2-Clause",
"dependencies": {
"grunt-browserify": "~3.8.0",
"babelify": "~6.1.2",
"grunt": "~0.4.5"
}
}