summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-09-08 12:49:53 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2015-09-08 12:49:53 +0200
commit615a043031f37fe5bc55fdf9cbc2e83a5e305908 (patch)
tree128a22f4d34934ec7c7d75a78ffea7c16c7c32fb /package.json
parentbcf3120d437da01fda78397a345bf805b008eb7a (diff)
downloadbeer-duke-615a043031f37fe5bc55fdf9cbc2e83a5e305908.tar.gz
beer-duke-615a043031f37fe5bc55fdf9cbc2e83a5e305908.tar.bz2
beer-duke-615a043031f37fe5bc55fdf9cbc2e83a5e305908.tar.xz
beer-duke-615a043031f37fe5bc55fdf9cbc2e83a5e305908.zip
wip
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 5 insertions, 7 deletions
diff --git a/package.json b/package.json
index 304157e..a1ae283 100644
--- a/package.json
+++ b/package.json
@@ -3,9 +3,6 @@
"version": "0.0.0",
"description": "",
"main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
"author": "",
"license": "MIT",
"devDependencies": {
@@ -17,12 +14,13 @@
"baseURL": "src"
},
"dependencies": {
- "angular": "github:angular/bower-angular@^1.4.4"
+ "angular": "npm:angular@^1.4.5",
+ "angular-route": "npm:angular-route@^1.4.5"
},
"devDependencies": {
- "babel": "npm:babel-core@^5.8.22",
- "babel-runtime": "npm:babel-runtime@^5.8.20",
- "core-js": "npm:core-js@^1.1.0"
+ "core-js": "npm:core-js@^1.1.0",
+ "traceur": "github:jmcriffey/bower-traceur@0.0.91",
+ "traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.91"
}
}
}