{ | |
"registry": "jspm", | |
"main": "app", | |
"directories": { | |
"jspmPackages": "third-party", | |
"lib": "lib", | |
"packages": "third-party" | |
}, | |
"dependencies": { | |
"buffer": "github:jspm/nodelibs-buffer@^0.1.0", | |
"npm:event-stream": "npm:event-stream@^3.1.5", | |
"npm:humanize": "npm:humanize@^0.0.9", | |
"stream": "github:jspm/nodelibs-stream@^0.1.0" | |
}, | |
"devDependencies": { | |
"babel": "npm:babel-core@^5.8.22", | |
"babel-runtime": "npm:babel-runtime@^5.8.20", | |
"core-js": "npm:core-js@^1.1.0" | |
} | |
} |