aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..0a9b3cd
--- /dev/null
+++ b/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "lastcommit",
+ "version": "0.1.0",
+ "license": "MIT",
+ "author": "Victor Häggqvist (http://victorhaggqvits.com)",
+ "homepage": "https://github.com/victorhaggqvist/lastcommit",
+ "devDependencies": {
+ "grunt": "~0.4.2",
+ "grunt-contrib-watch": "~0.5.3",
+ "grunt-contrib-concat": "~0.3.0",
+ "grunt-contrib-uglify": "~0.2.7",
+ "grunt-contrib-jshint": "~0.7.2"
+ }
+}