Skip to content

Instantly share code, notes, and snippets.

@hoorayimhelping
Created September 7, 2015 05:17
Show Gist options
  • Save hoorayimhelping/593a1408fc3c75acb4d8 to your computer and use it in GitHub Desktop.
Save hoorayimhelping/593a1408fc3c75acb4d8 to your computer and use it in GitHub Desktop.
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..82fafa2
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "graph",
+ "version": "0.0.1",
+ "description": "A simple graph library",
+ "main": "gulpfile.js",
+ "repository": "",
+ "scripts": {
+ "test": "gulp test"
+ },
+ "author": "Bucky Schwarz",
+ "license": "MIT",
+ "devDependencies": {
+ "browserify": "^11.0.1",
+ "git-guppy": "^1.0.0",
+ "gulp": "^3.9.0",
+ "gulp-jshint": "^1.11.2",
+ "gulp-shell": "^0.4.3",
+ "gulp-tape": "0.0.3",
+ "guppy-pre-commit": "^0.2.1",
+ "vinyl-source-stream": "^1.1.0"
+ }
+}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment