{ "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" } } }