summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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"
}
}
}