aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2014-06-30 17:18:28 +0200
committerVictor Häggqvist <[email protected]>2014-06-30 17:18:28 +0200
commit7e9566d7be99f945d6ccdfa9f7828d1db8802174 (patch)
tree794eeebda7eafd0abfb46a3f016113ffb86f10d6 /package.json
parentac28cd504a100714aa483dd37ca77c3c71bf597f (diff)
tools
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"
+ }
+}