summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-09-06 21:34:13 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2015-09-06 21:34:13 +0200
commitbcf3120d437da01fda78397a345bf805b008eb7a (patch)
tree9f4e81ca4c8e3e5fe659cc465020b076b11c82d9 /package.json
downloadbeer-duke-bcf3120d437da01fda78397a345bf805b008eb7a.tar.gz
beer-duke-bcf3120d437da01fda78397a345bf805b008eb7a.tar.bz2
beer-duke-bcf3120d437da01fda78397a345bf805b008eb7a.tar.xz
beer-duke-bcf3120d437da01fda78397a345bf805b008eb7a.zip
wip
Diffstat (limited to 'package.json')
-rw-r--r--package.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..304157e
--- /dev/null
+++ b/package.json
@@ -0,0 +1,28 @@
+{
+ "name": "beer-duke",
+ "version": "0.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": "MIT",
+ "devDependencies": {
+ "jspm": "^0.16.0",
+ "jspm-git": "^0.3.3"
+ },
+ "jspm": {
+ "directories": {
+ "baseURL": "src"
+ },
+ "dependencies": {
+ "angular": "github:angular/bower-angular@^1.4.4"
+ },
+ "devDependencies": {
+ "babel": "npm:babel-core@^5.8.22",
+ "babel-runtime": "npm:babel-runtime@^5.8.20",
+ "core-js": "npm:core-js@^1.1.0"
+ }
+ }
+}