aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorIgor Minar2012-05-22 23:39:07 -0700
committerIgor Minar2012-05-23 15:00:56 -0700
commit5214c1d0cbd8473e1f5dd3894f1fcbecd89bc8af (patch)
tree121ffc1f973e436007c4253e04fe1e27426fdd18 /package.json
parent4511d39cc748288df70bdc258f98a8f36652e683 (diff)
downloadangular.js-5214c1d0cbd8473e1f5dd3894f1fcbecd89bc8af.tar.bz2
chore(package.json): add simple package.json with npm dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 00000000..e9849fe2
--- /dev/null
+++ b/package.json
@@ -0,0 +1,9 @@
+{
+ "name": "AngularJS",
+ "version": "0.0.0",
+ "dependencies" : {
+ "jasmine-node" : "*",
+ "q-fs" : "*",
+ "qq" : "*"
+ }
+}