Files
meteor/scripts/dev-bundle-package.json
Justin SB 292b107759 Put new dependencies into generate-dev-bundle.sh and LICENSE.txt
I had put them into dev-bundle-package.json (incorrectly)
2014-09-19 20:08:47 -07:00

13 lines
235 B
JSON

{
"name": "meteor-dev-bundle",
"version": "0.0.0",
"dependencies": {
"fibers": "1.0.1",
"progress": "1.1.8",
"chalk": "0.5.1",
"underscore": "1.5.2",
"source-map-support": "0.2.5",
"semver": "2.2.1"
}
}